Click or drag to resize
AB4D logo

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.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsChildNodesListLocked { get; }

Property Value

Boolean
See Also