Click or drag to resize

MeshMaterialEqualsIgnoringDiffuse Method

Compare all components EXCEPT Diffuse color, for use in batching renderer.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool EqualsIgnoringDiffuse(
	MeshMaterial o
)

Parameters

o  MeshMaterial

[Missing <param name="o"/> documentation for "M:Demo3D.Visuals.MeshMaterial.EqualsIgnoringDiffuse(Demo3D.Visuals.MeshMaterial)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.MeshMaterial.EqualsIgnoringDiffuse(Demo3D.Visuals.MeshMaterial)"]

See Also