Click or drag to resize

MeshMaterial Class

[Missing <summary> documentation for "T:Demo3D.Visuals.MeshMaterial"]

Inheritance Hierarchy
SystemObject
  Demo3D.VisualsMeshMaterial

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class MeshMaterial : IEquatable<MeshMaterial>, 
	ICloneable, IMaterial

The MeshMaterial type exposes the following members.

Constructors
 NameDescription
Public methodMeshMaterialInitializes a new instance of the MeshMaterial class
Public methodMeshMaterial(Color)Initializes a new instance of the MeshMaterial class
Public methodMeshMaterial(Material)Initializes a new instance of the MeshMaterial class
Public methodMeshMaterial(Material, TextureReference)Initializes a new instance of the MeshMaterial class
Top
Properties
Methods
Fields
 NameDescription
Public fieldStatic memberBlackARGB 
Top
See Also