C# Класс WaveEngine.Components.Graphics3D.MaterialsMap

A list of materials.
Наследование: Component
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
OnDeserialized void
RefreshDefaultMaterial void
RefreshDefaultMaterialPath void
RefreshMaterials void
RefreshMaterialsPath void

Открытые методы

Метод Описание
MaterialsMap ( ) : System.Collections.Generic

Initializes a new instance of the MaterialsMap class.

MaterialsMap ( Material>.Dictionary materials ) : System.Collections.Generic

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 materials ) : System.Collections.Generic

Initializes a new instance of the MaterialsMap class.

Защищенные методы

Метод Описание
ResolveDependencies ( ) : void

Performs further custom initialization for this instance.

Приватные методы

Метод Описание
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.

Описание методов

MaterialsMap() публичный Метод

Initializes a new instance of the MaterialsMap class.
public MaterialsMap ( ) : System.Collections.Generic
Результат System.Collections.Generic

MaterialsMap() публичный Метод

Initializes a new instance of the MaterialsMap class.
public MaterialsMap ( Material>.Dictionary materials ) : System.Collections.Generic
materials Material>.Dictionary The materials.
Результат System.Collections.Generic

MaterialsMap() публичный Метод

Initializes a new instance of the MaterialsMap class.
public MaterialsMap ( Material material ) : System.Collections.Generic
material Material Material applied to all meshes.
Результат System.Collections.Generic

MaterialsMap() публичный Метод

Initializes a new instance of the MaterialsMap class.
public MaterialsMap ( string name, Material>.Dictionary materials ) : System.Collections.Generic
name string The name.
materials Material>.Dictionary The materials.
Результат System.Collections.Generic

ResolveDependencies() защищенный Метод

Performs further custom initialization for this instance.
protected ResolveDependencies ( ) : void
Результат void