Property | Type | Description | |
---|---|---|---|
OnDeserialized | void | ||
RefreshDefaultMaterial | void | ||
RefreshDefaultMaterialPath | void | ||
RefreshMaterials | void | ||
RefreshMaterialsPath | void |
Method | Description | |
---|---|---|
MaterialsMap ( ) : System.Collections.Generic |
Initializes a new instance of the MaterialsMap class.
|
|
MaterialsMap ( Material>.Dictionary |
Initializes a new instance of the MaterialsMap class.
|
|
MaterialsMap ( Material material ) : System.Collections.Generic |
Initializes a new instance of the MaterialsMap class.
|
|
MaterialsMap ( string name, Material>.Dictionary |
Initializes a new instance of the MaterialsMap class.
|
Method | Description | |
---|---|---|
ResolveDependencies ( ) : void |
Performs further custom initialization for this instance.
|
Method | Description | |
---|---|---|
OnDeserialized ( StreamingContext context ) : void | ||
RefreshDefaultMaterial ( ) : void |
Refreshes the default material.
|
|
RefreshDefaultMaterialPath ( ) : void |
Refreshes the default material path.
|
|
RefreshMaterials ( ) : void |
Refreshes the materials.
|
|
RefreshMaterialsPath ( ) : void |
Refreshes the materials path.
|
public MaterialsMap ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MaterialsMap ( Material>.Dictionary |
||
materials | Material>.Dictionary | The materials. |
return | System.Collections.Generic |
public MaterialsMap ( Material material ) : System.Collections.Generic | ||
material | Material | Material applied to all meshes. |
return | System.Collections.Generic |
public MaterialsMap ( string name, Material>.Dictionary |
||
name | string | The name. |
materials | Material>.Dictionary | The materials. |
return | System.Collections.Generic |