Small World Engine API Reference - v0.46.1
Preparing search index...
CullMode
Variable CullMode
Const
CullMode
:
{
BACK
:
"back"
;
FRONT
:
"front"
;
NONE
:
"none"
}
= ...
Culling modes for rendering.
Type Declaration
Readonly
BACK
:
"back"
Cull back faces.
Readonly
FRONT
:
"front"
Cull front faces.
Readonly
NONE
:
"none"
No culling.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Small World Engine API Reference - v0.46.1
Loading...
Culling modes for rendering.