Class Light3DCollection
- Namespace
- HelixToolkit.Wpf.SharpDX
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public class Light3DCollection : GroupElement3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible, ILight3D
- Inheritance
-
Light3DCollection
- Implements
- Inherited Members
- Extension Methods
Properties
LightType
Gets the type of the light.
public LightType LightType { get; }
Property Value
- LightType
The type of the light.
Methods
HitTest(HitTestContext?, ref List<HitTestResult>)
Hits the test.
public override bool HitTest(HitTestContext? context, ref List<HitTestResult> hits)
Parameters
contextHitTestContextThe context.
hitsList<HitTestResult>The hits.