Class LightObject
Inheritance
System.Object
LightObject
Implements
System.IDisposable
Assembly: Aximo.Render.dll
Syntax
public class LightObject : RenderObject, IRenderableObject, ILightObject, IPosition, IRenderObject, IData, IDisposable
Properties
|
Improve this Doc
View Source
Camera
Declaration
public Camera Camera { get; }
Property Value
|
Improve this Doc
View Source
Color
Declaration
public Vector4 Color { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector4 |
|
|
Improve this Doc
View Source
LightCamera
Declaration
public Camera LightCamera { get; }
Property Value
|
Improve this Doc
View Source
LightType
Declaration
public LightType LightType { get; set; }
Property Value
|
Improve this Doc
View Source
Linear
Declaration
public float Linear { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
Quadric
Declaration
public float Quadric { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Shadows
Declaration
public bool Shadows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShadowTextureIndex
Declaration
public int ShadowTextureIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Free()
Declaration
public override void Free()
Overrides
|
Improve this Doc
View Source
Init()
Declaration
public override void Init()
Overrides
|
Improve this Doc
View Source
OnRender()
Declaration
Implements
System.IDisposable