Click or drag to resize

MeshMaterialsUtilGetColors Method

Retrieve the diffuse colors of the all the mesh materials

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static Color[] GetColors(
	IEnumerable<MeshMaterial> materials
)

Parameters

materials  IEnumerableMeshMaterial

[Missing <param name="materials"/> documentation for "M:Demo3D.Visuals.MeshMaterialsUtil.GetColors(System.Collections.Generic.IEnumerable{Demo3D.Visuals.MeshMaterial})"]

Return Value

Color

[Missing <returns> documentation for "M:Demo3D.Visuals.MeshMaterialsUtil.GetColors(System.Collections.Generic.IEnumerable{Demo3D.Visuals.MeshMaterial})"]

See Also