Click or drag to resize
DigitalRuneSceneNode Properties

The SceneNode type exposes the following members.

Properties
  NameDescription
Public propertyAabb
Gets the axis-aligned bounding box (AABB) in world space.
Public propertyActualIsEnabled
Gets a value indicating whether this scene node is actually enabled. (The method checks the current scene node and its ancestors.)
Public propertyCastsShadows
Gets or sets a value indicating whether this scene node blocks the light and casts shadows.
Public propertyChildren
Gets or sets the children of this scene node.
Public propertyIsDisposed
Gets a value indicating whether this scene node has been disposed of.
Public propertyIsEnabled
Gets or sets a value indicating whether this scene node is enabled. (May override children - see remarks.)
Public propertyIsRenderable
Gets or sets a value indicating whether this scene node can be rendered with a SceneNodeRenderer.
Public propertyIsShadowCasterCulled
Gets or sets a value indicating whether the occlusion culling determined that this scene node does not need to be rendered into the shadow map of the directional light.
Public propertyIsStatic
Gets or sets a value indicating whether this scene node is static (immobile).
Public propertyLastFrame
Gets or sets the number of the last frame in which the scene node was rendered.
Public propertyLastPoseWorld
Gets or sets the PoseWorld of the last frame.
Public propertyLastScaleWorld
Gets or sets the ScaleWorld of the last frame.
Public propertyMaxDistance
Gets or sets the maximum distance up to which the scene node is rendered. (Needs to be normalized - see remarks.)
Public propertyName
Gets or sets the name of this scene node.
Public propertyParent
Gets the parent scene node.
Public propertyPoseLocal
Gets or sets the pose (position and orientation) relative to the parent scene node.
Public propertyPoseWorld
Gets or sets the pose (position and orientation) in world space.
Public propertyProxy
Gets or sets the proxy node.
Public propertyRenderData
Gets or sets the cached renderer data.
Public propertyScaleLocal
Gets or sets the scale relative to the parent scene node.
Public propertyScaleWorld
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
Public propertySceneData
Gets or sets scene data.
Public propertyShape
Gets (or sets) the bounding shape of this scene node.
Public propertySortTag
Gets or sets the sort tag.
Public propertyUserData
Gets or sets user-defined data.
Public propertyUserFlags
Gets or sets a 16-bit value which can be used to store user-defined information or flags.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIGeometricObjectPose
Gets the pose (position and orientation) in world space.
Explicit interface implementationPrivate propertyIGeometricObjectScale
Gets the total effective scale (which incorporates the scale factors of parent scene nodes).
Top
See Also