Table of Contents

Class Light3D

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll
public abstract class Light3D : Element3D, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IVisible
Inheritance
Light3D
Implements
Derived
Inherited Members
Extension Methods

Fields

ColorProperty

public static readonly DependencyProperty ColorProperty

Field Value

DependencyProperty

Properties

Color

Color of the light. For simplicity, this color applies to the diffuse and specular properties of the light.

public Color Color { get; set; }

Property Value

Color

LightType

public LightType LightType { get; }

Property Value

LightType

Methods

AssignDefaultValuesToSceneNode(SceneNode)

protected override void AssignDefaultValuesToSceneNode(SceneNode core)

Parameters

core SceneNode