C# 클래스 WaveEngine.Components.Graphics3D.MaterialsMap

A list of materials.
상속: Component
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

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