Class UpdateBeforeBehaviorAttribute
- Namespace
- Lime
- Assembly
- Lime.dll
Defines dependencies between behaviors to control update order inside stage.
[AttributeUsage(AttributeTargets.Class)]
public class UpdateBeforeBehaviorAttribute : Attribute
- Inheritance
-
UpdateBeforeBehaviorAttribute
- Inherited Members
Constructors
UpdateBeforeBehaviorAttribute(Type)
Initializes a new instance of UpdateBeforeBehaviorAttribute.
public UpdateBeforeBehaviorAttribute(Type behaviorType)
Parameters
behaviorType
TypeA behavior type that target behavior dependent on.
Properties
BehaviorType
The behavior type that target behavior depenent on.
public Type BehaviorType { get; }