Class LightComponent
Inheritance
System.Object
LightComponent
Implements
System.IDisposable
Inherited Members
Namespace: Aximo.Engine.Components.Lights
Assembly: AxEngine.dll
Syntax
public abstract class LightComponent : SceneComponent, IDisposable
Properties
| Improve this Doc View SourceColor
Declaration
public Vector4 Color { get; set; }
Property Value
Type | Description |
---|---|
OpenToolkit.Mathematics.Vector4 |
LightType
Declaration
protected abstract LightType LightType { get; }
Property Value
Type | Description |
---|---|
LightType |
Linear
Declaration
public float Linear { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Quadric
Declaration
public float Quadric { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable