Interface ILightObject
Inherited Members
System.IDisposable.Dispose()
Assembly: Aximo.Render.dll
Syntax
public interface ILightObject : IPosition, IRenderObject, IData, IDisposable
Properties
|
Improve this Doc
View Source
Color
Declaration
Vector4 Color { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector4 |
|
|
Improve this Doc
View Source
LightCamera
Declaration
Camera LightCamera { get; }
Property Value
|
Improve this Doc
View Source
LightType
Declaration
LightType LightType { get; set; }
Property Value
|
Improve this Doc
View Source
Linear
Declaration
float Linear { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Quadric
Declaration
float Quadric { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Shadows
Declaration
bool Shadows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShadowTextureIndex
Declaration
int ShadowTextureIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|