Table of Contents

Class Light3DCollection

Namespace
HelixToolkit.WinUI.SharpDX
Assembly
HelixToolkit.WinUI.SharpDX.dll
public class Light3DCollection : GroupElement3D, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Control>, IDisposable, IVisible, ILight3D
Inheritance
Light3DCollection
Implements
IWinRTObject
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

context HitTestContext

The context.

hits List<HitTestResult>

The hits.

Returns

bool