Class UpdateStageAttribute
- Namespace
- Lime
- Assembly
- Lime.dll
Specifies update stage for BehaviorComponent.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class UpdateStageAttribute : Attribute
- Inheritance
-
UpdateStageAttribute
- Inherited Members
Constructors
UpdateStageAttribute(Type)
Initializes a new instance of UpdateStageAttribute with an update stage identifier.
public UpdateStageAttribute(Type stageType)
Parameters
stageType
TypeAn identifier of update stage.
Properties
StageType
Update stage identifier.
public Type StageType { get; }