Table of Contents

Class UpdateAfterBehaviorAttribute

Namespace
Lime
Assembly
Lime.dll

Defines dependencies between behaviors to control update order inside stage.

[AttributeUsage(AttributeTargets.Class)]
public class UpdateAfterBehaviorAttribute : Attribute
Inheritance
UpdateAfterBehaviorAttribute
Inherited Members

Constructors

UpdateAfterBehaviorAttribute(Type)

Initializes a new instance of UpdateAfterBehaviorAttribute.

public UpdateAfterBehaviorAttribute(Type behaviorType)

Parameters

behaviorType Type

A behavior type that target behavior dependent on.

Properties

BehaviorType

The behavior type that target behavior depenent on.

public Type BehaviorType { get; }

Property Value

Type