Class SpotLightNode
- Namespace
- HelixToolkit.SharpDX.Model.Scene
- Assembly
- HelixToolkit.SharpDX.dll
public class SpotLightNode : PointLightNode, IDisposable, IComparable<SceneNode>, IAnimationNode, ILight3D
- Inheritance
-
SpotLightNode
- Implements
- Inherited Members
- Extension Methods
Properties
Direction
Gets or sets the direction.
public Vector3 Direction { get; set; }
Property Value
- Vector3
The direction.
FallOff
Gets or sets the fall off.
public float FallOff { get; set; }
Property Value
- float
The fall off.
InnerAngle
Gets or sets the inner angle.
public float InnerAngle { get; set; }
Property Value
- float
The inner angle.
OuterAngle
Gets or sets the outer angle.
public float OuterAngle { get; set; }
Property Value
- float
The outer angle.
Methods
OnCreateRenderCore()
Called when [create render core].
protected override RenderCore OnCreateRenderCore()