Search Results for

    Show / Hide Table of Contents

    Class SkyLight.Modes

    Sky light source mode.

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

    Fields

    CaptureScene

    The captured scene will be used as a light source.

    Declaration
    public const SkyLight.Modes CaptureScene
    Field Value
    SkyLight.Modes

    CustomTexture

    The custom cube texture will be used as a light source.

    Declaration
    public const SkyLight.Modes CustomTexture
    Field Value
    SkyLight.Modes

    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