Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter
| Name | ETiledRenderOrder |
| Type | enum |
| Header File | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include Path | #include "PaperTiledImporterFactory.h" |
Syntax
enum ETiledRenderOrder
{
RightDown,
RightUp,
LeftDown,
LeftUp,
}
Values
| Name | Remarks |
|---|---|
| RightDown | |
| RightUp | |
| LeftDown | |
| LeftUp |