Click or drag to resize
AB4D logo

SceneNodeIsActive Property

Gets or sets a Boolean that specified is this SceneNode is active - if it is visible in the scene.

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

Property Value

Type: Boolean
See Also