Click or drag to resize

MeshMaterial(Material, TextureReference) Constructor

Initializes a new instance of the MeshMaterial class

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

Parameters

material  Material

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

texture  TextureReference

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

See Also