Click or drag to resize
AB4D logo

LightBaseParentSceneNode Property

Gets or sets a parent SceneNode - the transformation of the parent SceneNode also affect this light. ParentSceneNode can be null.

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public SceneNode ParentSceneNode { get; set; }

Property Value

SceneNode

Implements

ILightParentSceneNode
See Also