Class StandardShaderHelper
Inheritance
System.Object
StandardShaderHelper
Syntax
public static class StandardShaderHelper
Methods
ComputeKeywords(Material)
Declaration
public static void ComputeKeywords(Material material)
Parameters
Type |
Name |
Description |
Material |
material |
|
ComputeMaterial(SyncMaterial, Material, ITextureCache)
Declaration
public static Material ComputeMaterial(SyncMaterial syncMaterial, Material material, ITextureCache textureCache)
Parameters
Type |
Name |
Description |
SyncMaterial |
syncMaterial |
|
Material |
material |
|
ITextureCache |
textureCache |
|
Returns
Type |
Description |
Material |
|
GetShader(SyncMaterial)
Declaration
public static Shader GetShader(SyncMaterial syncMaterial)
Parameters
Type |
Name |
Description |
SyncMaterial |
syncMaterial |
|
Returns