Search Results for

    Show / Hide Table of Contents

    Enum ReflectionProbeUpdateStrategy

    Specifies the update strategy for the reflection probe.

    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public enum ReflectionProbeUpdateStrategy

    Fields

    Name Description
    EveryFrame

    Updates the reflection probe every frame.

    OnDemand

    Update the reflection probe only when it is required.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX