Class in Arbor / Inherits from: object
Description
NodeBehaviour list
Type Parameters
| Type Parameter Name |
Description |
Type Constraints |
| T |
NodeBehaviour type |
|
Properties
| Property Name |
Description |
| count |
Count |
| this[int] |
Access to specified index |
Methods
| Method Name |
Description |
| Add |
Adds the Behaviour. |
| Contains |
Returns whether it contains behaviour. |
| ContainsObject |
Returns whether it contains obj. |
| Destroy |
Destroy NodeBehaviour |
| DestroyAll |
Destroy All NodeBehaviour. |
| GetObject |
Get Object of NodeBehaviour from index. |
| IndexOf |
Return index of NodeBehaviour. |
| Insert |
Insert the Behaviour. |
| Move |
Move the order of NodeBehaviour. |
| MoveBehaviour |
Move NodeBehaviour to node. Valid only in Editor. |
| SetObject |
Set Object of NodeBehaviour to index. |
| Swap |
Swap the order of NodeBehaviour. |