Class RenderEffect
Instantiation of an Effect for a given StaticEffectObjectNodeReference.
- Inheritance
-
Render
Effect
Constructors
RenderEffect(EffectSelector)
Parameters
effectSelector
EffectSelector
Fields
Effect
Field Value
EffectSelector
Field Value
EffectValidator
Validates if effect needs to be compiled or recompiled.
Field Value
FallbackParameterUpdater
Field Value
FallbackParameters
Field Value
IsReflectionUpdateRequired
Field Value
PendingEffect
Pending effect being compiled.
Field Value
PipelineState
Compiled pipeline state.
Field Value
Reflection
Field Value
RetryTime
Describes when to try again after a previous error (UTC).
Field Value
State
Describes what state the effect is in (compiling, error, etc..)
Field Value
Properties
LastFrameUsed
Property Value
Methods
ClearFallbackParameters()
IsUsedDuringThisFrame(RenderSystem)
Parameters
renderSystem
RenderSystem
Returns
MarkAsUsed(RenderSystem)
Mark effect as used during this frame.
Parameters
renderSystem
RenderSystem
Returns
- bool
True if state changed (object was not mark as used during this frame until now), otherwise false.