Navigation
API > API/Plugins > API/Plugins/Paper2DEditor
| |
|
| Name |
ESpriteInitMaterialType |
| Type |
enum |
| Header File |
/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Classes/PaperImporterSettings.h |
| Include Path |
#include "PaperImporterSettings.h" |
Syntax
enum ESpriteInitMaterialType
{
LeaveAsIs,
Automatic,
Masked,
Translucent,
Opaque,
}
Values
| Name |
Remarks |
| LeaveAsIs |
Leave the material alone. |
| Automatic |
Use the default in the importer settings (typically auto-analyze) |
| Masked |
Force masked. |
| Translucent |
Force translucent. |
| Opaque |
Force opaque. |