Search Results for

    Show / Hide Table of Contents

    Class ShadowsCastingMode

    Shadows casting modes by visual elements.

    Inheritance
    System.Object
    ShadowsCastingMode
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ShadowsCastingMode : Enum

    Fields

    All

    Always render shadows.

    Declaration
    public const ShadowsCastingMode All
    Field Value
    ShadowsCastingMode

    DynamicOnly

    Render shadows only in dynamic views (game, editor, etc.).

    Declaration
    public const ShadowsCastingMode DynamicOnly
    Field Value
    ShadowsCastingMode

    None

    Never render shadows.

    Declaration
    public const ShadowsCastingMode None
    Field Value
    ShadowsCastingMode

    StaticOnly

    Render shadows only in static views (env probes, lightmaps, etc.).

    Declaration
    public const ShadowsCastingMode StaticOnly
    Field Value
    ShadowsCastingMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat