Group |
The GroupNode type exposes the following members.
Name | Description | |
---|---|---|
ChildrenLocked | Gets or sets Boolean that specified is children collection is locked and can be changed only by the derived class. This is used by SceneNodes that are derived from GroupNode and create a fixed set of child SceneNodes that should not be changed by the user. Children can be locked by calling protected LockChildren method and unlocked by by calling protected UnlockChildren. | |
Count | ||
Item | ||
Version | Gets a version number that is increased each time the child SceneNodes are changed (added, removed or replaced). |