Search Results for

    Show / Hide Table of Contents

    Class EnvironmentProbe.ProbeUpdateMode

    The environment probe update mode.

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

    Fields

    Manual

    Probe can be updated manually (eg. in Editor or from script).

    Declaration
    public const EnvironmentProbe.ProbeUpdateMode Manual
    Field Value
    EnvironmentProbe.ProbeUpdateMode

    Realtime

    Probe will be automatically updated in real-time (only if in view and frequency depending on distance to the camera).

    Declaration
    public const EnvironmentProbe.ProbeUpdateMode Realtime
    Field Value
    EnvironmentProbe.ProbeUpdateMode

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    WhenMoved

    Probe will be automatically updated when is moved.

    Declaration
    public const EnvironmentProbe.ProbeUpdateMode WhenMoved
    Field Value
    EnvironmentProbe.ProbeUpdateMode

    Extension Methods

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