|
SceneNodeIsChildNodesListLocked Property |
Gets a boolean that specifies if ChildNodes for this SceneNode can be changed.
This property is set to true with calling LockChildNodes method. After locking the child nodes, they cannot be unlocked any more.
Note that this property is different from IsLocked property - that one prevent any change to SceneNode and can be unlocked.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool IsChildNodesListLocked { get; }
Property Value
BooleanSee Also