Skip to main content

Enums

FaceMode

The FaceMode enum defines the different modes for face rendering.

IndexNameDescription
0NoneNo face is rendered.
1BuiltInThe face is rendered using the built-in face texture.
2PixelArtThe face is rendered using a custom pixel art texture.

ColorMode

The ColorMode enum defines how the face will be colored, in relation to the body color.

IndexNameDescription
0InvertThe face color will be inverted.
1AutoContrastThe face will automatically pick a monochrome color that contrasts with the body color.

LoadType

The LoadType enum defines the different ways in which a layer can be loaded.

IndexNameDescription
0OnlyLoadThe layer is only loaded.
1ResetAndLoadThe layer is reset and then loaded.