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

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство 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
Résultat ColorfStruct

Attenuation public_oe property

public AttenuationStruct,CSPspEmu.Core.Gpu.State.SubStates Attenuation
Résultat AttenuationStruct

DiffuseColor public_oe property

public ColorfStruct DiffuseColor
Résultat ColorfStruct

Enabled public_oe property

public bool Enabled
Résultat bool

Kind public_oe property

public LightModelEnum Kind
Résultat LightModelEnum

Position public_oe property

public Vector4fRef,CSPspEmu.Core.Gpu.State.SubStates Position
Résultat Vector4fRef

SpecularColor public_oe property

public ColorfStruct SpecularColor
Résultat ColorfStruct

SpotCutoff public_oe property

public float SpotCutoff
Résultat float

SpotDirection public_oe property

public Vector4fRef,CSPspEmu.Core.Gpu.State.SubStates SpotDirection
Résultat Vector4fRef

SpotExponent public_oe property

public float SpotExponent
Résultat float

Type public_oe property

public LightTypeEnum Type
Résultat LightTypeEnum