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

Datei anzeigen 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_oe property

public ColorfStruct AmbientColor
return ColorfStruct

Attenuation public_oe property

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

DiffuseColor public_oe property

public ColorfStruct DiffuseColor
return ColorfStruct

Enabled public_oe property

public bool Enabled
return bool

Kind public_oe property

public LightModelEnum Kind
return LightModelEnum

Position public_oe property

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

SpecularColor public_oe property

public ColorfStruct SpecularColor
return ColorfStruct

SpotCutoff public_oe property

public float SpotCutoff
return float

SpotDirection public_oe property

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

SpotExponent public_oe property

public float SpotExponent
return float

Type public_oe property

public LightTypeEnum Type
return LightTypeEnum