Table of Contents

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 Type

An identifier of update stage.

Properties

StageType

Update stage identifier.

public Type StageType { get; }

Property Value

Type