 | CompositeTTaskDataCapacity Property |
Maximum number of children that the composite can take.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic int Capacity { get; }
Public ReadOnly Property Capacity As Integer
Get
public:
virtual property int Capacity {
int get () sealed;
}
abstract Capacity : int with get
override Capacity : int with get
Property Value
Type:
Int32Implements
ICompositeCapacity
See Also