Click or drag to resize
Ab4d.SharpEngine logo

GroupNode Properties

The GroupNode type exposes the following members.

Properties
 NameDescription
Public propertyChildrenLocked 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.
Public propertyCount 
Public propertyItem 
Public propertyVersion Gets a version number that is increased each time the child SceneNodes are changed (added, removed or replaced).
Top
See Also