Click or drag to resize
AB4D logo

SceneNodeIsLocked Property

Gets or sets a boolean that specified is this SceneNode can be changed or not. If true than this SceneNode cannot be changed any more. This also prevents checking DirtyFlags and calling Update method (calling NotifySceneNodeChange has no effect). SceneNode can be made locked with calling Lock method. It can be un-locked with calling UnLock method. Note that we can also lock only child nodes with calling LockChildNodes method.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsLocked { get; }

Property Value

Boolean
See Also