@kognifai/cogsengine
    Preparing search index...

    Enumeration RenderFlagsConst

    Contains flags to describe rendering behavior.

    Index

    Enumeration Members

    CastShadows: 32

    Casts shadows.

    CustomMaterial: 64

    Custom material set. Keeps legacy material component from changing the material instance.

    Default: 63

    Default set of flags.

    DefaultNoShadows: 31
    DisableCulling: 256

    Disable culling and always force this component to be rendered.

    ForcePickable: 128

    Ensure component is pickable though it is not rendered.

    None: 0

    No render flags set.

    ParentPickable: 16

    Parent pickable, used by the SceneSystem to toggle child entity pickable on/off.

    ParentVisibility: 2

    Parent visibility, used by the SceneSystem to toggle child entity visibility on/off.

    SelfPickable: 8

    Self pickable, used by the SceneSystem to toggle entity pickable on/off.

    SelfVisibility: 1

    Self visibility, used by the SceneSystem to toggle entity visibility on/off.

    SpecificVisibility: 4

    Specific visibility, can be used by systems to toggle visibility, e.g when there is no available or invalid data, but the mesh data should stay intact.