Click or drag to resize

MeshMaterial Constructor (Material, TextureReference)

Initializes a new instance of the MeshMaterial class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public MeshMaterial(
	Material material,
	TextureReference texture
)

Parameters

material
Type: Material

[Missing <param name="material"/> documentation for "M:Demo3D.Visuals.MeshMaterial.#ctor(Microsoft.DirectX.Direct3D.Material,Demo3D.Visuals.TextureReference)"]

texture
Type: TextureReference

[Missing <param name="texture"/> documentation for "M:Demo3D.Visuals.MeshMaterial.#ctor(Microsoft.DirectX.Direct3D.Material,Demo3D.Visuals.TextureReference)"]

See Also