Small World Engine API Reference - v0.46.1
    Preparing search index...

    Variable CullModeConst

    CullMode: { BACK: "back"; FRONT: "front"; NONE: "none" } = ...

    Culling modes for rendering.

    Type Declaration

    • ReadonlyBACK: "back"

      Cull back faces.

    • ReadonlyFRONT: "front"

      Cull front faces.

    • ReadonlyNONE: "none"

      No culling.