Property | Type | Description | |
---|---|---|---|
CreateMaterialInstance |
Method | Description | |
---|---|---|
BaseIllum ( ) : System |
Constructor
|
|
ExportToXml ( |
Exports material to xml
|
|
GetDependencies ( ) : IEnumerable |
Gets all textures and shaders on which this material depends.
|
|
ImportFromXml ( string xmlString ) : |
Imports material from xml.
|
Method | Description | |
---|---|---|
GetMaterialData ( |
Updates MaterialData.
|
|
GetSurfaceFlags ( ) : SurfaceFlags | ||
GetTextureBindings ( ) : Fusion.Engine.Graphics.TextureMapBind[] |
|
Method | Description | |
---|---|---|
CreateMaterialInstance ( |
Creates gpu material
|
public static ExportToXml ( |
||
material | ||
return | string |
protected GetMaterialData ( |
||
data | ||
return | void |
protected GetTextureBindings ( ) : Fusion.Engine.Graphics.TextureMapBind[] | ||
return | Fusion.Engine.Graphics.TextureMapBind[] |
public static ImportFromXml ( string xmlString ) : |
||
xmlString | string | |
return |