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: 18.03.00
Syntax
C#
public class MeshMaterial : IEquatable<MeshMaterial>, 
	ICloneable, IMaterial

The MeshMaterial type exposes the following members.

Constructors
  NameDescription
Public methodMeshMaterial
Initializes 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
  NameDescription
Public methodClearTextures
Public methodClone
Public methodContainsAlpha
Public methodEquals(MeshMaterial)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEqualsIgnoringDiffuse
Compare all components EXCEPT Diffuse color, for use in batching renderer.
Public methodEqualsIgnoringTextures
Public methodEqualsIgnoringTexturesAndDiffuse
Public methodGetARGB
Public methodGetDiffuseWithTransparency
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Fields
  NameDescription
Public fieldStatic memberBlackARGB
Top
See Also