Click or drag to resize
MyBehaviorDescriptorAttribute Constructor

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

Initializes a new instance of the MyBehaviorDescriptorAttribute class

Namespace: VRage.Game.AI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public MyBehaviorDescriptorAttribute(
	string category
)

Parameters

category
Type: SystemString

[Missing <param name="category"/> documentation for "M:VRage.Game.AI.MyBehaviorDescriptorAttribute.#ctor(System.String)"]

See Also