Navigation
API > API/Plugins > API/Plugins/Paper2D
| |
|
| Name |
ESpritePivotMode::Type |
| Type |
enum |
| Header File |
/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/SpriteEditorOnlyTypes.h |
| Include Path |
#include "SpriteEditorOnlyTypes.h" |
Syntax
namespace ESpritePivotMode
{
enum Type
{
Top_Left,
Top_Center,
Top_Right,
Center_Left,
Center_Center,
Center_Right,
Bottom_Left,
Bottom_Center,
Bottom_Right,
Custom,
}
}
Values
| Name |
Remarks |
| Top_Left |
|
| Top_Center |
|
| Top_Right |
|
| Center_Left |
|
| Center_Center |
|
| Center_Right |
|
| Bottom_Left |
|
| Bottom_Center |
|
| Bottom_Right |
|
| Custom |
|