![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
LightBinding (Light light) | |
Public Attributes | |
Light | Light |
The light. More... | |
LightShaderType | LightShaderType |
Specifies LightShaderType. Might be different than Light's one, since depending on Material or HW limitations it might be downgraded or ignored. More... | |
Definition at line 11 of file LightingPermutation.cs.
SiliconStudio.Paradox.Effects.LightBinding.LightBinding | ( | Light | light | ) |
Definition at line 13 of file LightingPermutation.cs.
Light SiliconStudio.Paradox.Effects.LightBinding.Light |
The light.
Definition at line 22 of file LightingPermutation.cs.
LightShaderType SiliconStudio.Paradox.Effects.LightBinding.LightShaderType |
Specifies LightShaderType. Might be different than Light's one, since depending on Material or HW limitations it might be downgraded or ignored.
Definition at line 27 of file LightingPermutation.cs.
Referenced by SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffusePixel(), SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseSpecularPixel(), SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseVertex(), and SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseVertexPixelSpecular().