Click or drag to resize
MyBehaviorTreeActionAttribute Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.AI.MyBehaviorTreeActionAttribute"]

Inheritance Hierarchy
SystemObject
  SystemAttribute
    VRage.Game.AIMyBehaviorTreeActionAttribute

Namespace: VRage.Game.AI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public class MyBehaviorTreeActionAttribute : Attribute

The MyBehaviorTreeActionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMyBehaviorTreeActionAttribute(String)
Initializes a new instance of the MyBehaviorTreeActionAttribute class
Public methodMyBehaviorTreeActionAttribute(String, MyBehaviorTreeActionType)
Initializes a new instance of the MyBehaviorTreeActionAttribute class
Top
Fields
See Also