![]() | IComposite Interface |
Namespace: Slash.AI.BehaviorTrees.Interfaces
The IComposite type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacity |
Maximum number of children that the composite can take.
|
![]() | Children |
Collection of children. Read-only.
|
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a child to this group task.
|
![]() | InsertChild |
Inserts a child to this group task at the passed index.
|
![]() | MoveChild |
Moves a child to the passed position inside the group.
|
![]() | RemoveChild |
Removes a child from this group task.
|
Name | Description | |
---|---|---|
![]() | ChildAdded |
Called when a child was added to the composite.
|
![]() | ChildRemoved |
Called when a child was removed from the composite.
|