C# Class CSPspEmu.Core.Gpu.State.SubStates.LightStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
AmbientColor ColorfStruct
Attenuation AttenuationStruct
DiffuseColor ColorfStruct
Enabled bool
Kind LightModelEnum
Position Vector4fRef
SpecularColor ColorfStruct
SpotCutoff float
SpotDirection Vector4fRef
SpotExponent float
Type LightTypeEnum

Property Details

AmbientColor public property

public ColorfStruct AmbientColor
return ColorfStruct

Attenuation public property

public AttenuationStruct,CSPspEmu.Core.Gpu.State.SubStates Attenuation
return AttenuationStruct

DiffuseColor public property

public ColorfStruct DiffuseColor
return ColorfStruct

Enabled public property

public bool Enabled
return bool

Kind public property

public LightModelEnum Kind
return LightModelEnum

Position public property

public Vector4fRef,CSPspEmu.Core.Gpu.State.SubStates Position
return Vector4fRef

SpecularColor public property

public ColorfStruct SpecularColor
return ColorfStruct

SpotCutoff public property

public float SpotCutoff
return float

SpotDirection public property

public Vector4fRef,CSPspEmu.Core.Gpu.State.SubStates SpotDirection
return Vector4fRef

SpotExponent public property

public float SpotExponent
return float

Type public property

public LightTypeEnum Type
return LightTypeEnum