Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Effects.LightingPermutation Class Reference
Inheritance diagram for SiliconStudio.Paradox.Effects.LightingPermutation:
Permutation

Classes

class  KeyInfo
 

Public Member Functions

 LightingPermutation (IEnumerable< LightBinding > lightBindings)
 
override object GenerateKey ()
 

Static Public Member Functions

static bool IsDirectionalDiffuseVertexPixelSpecular (LightBinding x)
 
static bool IsDirectionalDiffuseVertex (LightBinding x)
 
static bool IsDirectionalDiffusePixel (LightBinding x)
 
static bool IsDirectionalDiffuseSpecularPixel (LightBinding x)
 

Static Public Attributes

static ParameterKey
< LightingPermutation
Key = ParameterKeys.Resource(new LightingPermutation(new LightBinding[0]))
 

Properties

LightBinding[] PerPixelDiffuseDirectionalLights [get, set]
 
LightBinding[] PerPixelDirectionalLights [get, set]
 
LightBinding[] PerVertexDirectionalLights [get, set]
 
LightBinding[] PerVertexDiffusePixelSpecularDirectionalLights [get, set]
 

Detailed Description

Definition at line 30 of file LightingPermutation.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Effects.LightingPermutation.LightingPermutation ( IEnumerable< LightBinding lightBindings)

Definition at line 34 of file LightingPermutation.cs.

Member Function Documentation

override object SiliconStudio.Paradox.Effects.LightingPermutation.GenerateKey ( )

Definition at line 47 of file LightingPermutation.cs.

static bool SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffusePixel ( LightBinding  x)
static
static bool SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseSpecularPixel ( LightBinding  x)
static
static bool SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseVertex ( LightBinding  x)
static
static bool SiliconStudio.Paradox.Effects.LightingPermutation.IsDirectionalDiffuseVertexPixelSpecular ( LightBinding  x)
static

Member Data Documentation

ParameterKey<LightingPermutation> SiliconStudio.Paradox.Effects.LightingPermutation.Key = ParameterKeys.Resource(new LightingPermutation(new LightBinding[0]))
static

Definition at line 32 of file LightingPermutation.cs.

Property Documentation

LightBinding [] SiliconStudio.Paradox.Effects.LightingPermutation.PerPixelDiffuseDirectionalLights
getset

Definition at line 42 of file LightingPermutation.cs.

LightBinding [] SiliconStudio.Paradox.Effects.LightingPermutation.PerPixelDirectionalLights
getset

Definition at line 43 of file LightingPermutation.cs.

LightBinding [] SiliconStudio.Paradox.Effects.LightingPermutation.PerVertexDiffusePixelSpecularDirectionalLights
getset

Definition at line 45 of file LightingPermutation.cs.

LightBinding [] SiliconStudio.Paradox.Effects.LightingPermutation.PerVertexDirectionalLights
getset

Definition at line 44 of file LightingPermutation.cs.


The documentation for this class was generated from the following file: