Click or drag to resize
BasicMaterial Constructor (BasicMaterial)
Create the material from another material instance.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BasicMaterial(
	BasicMaterial other
)

Parameters

other
Type: GeonBit.Core.Graphics.MaterialsBasicMaterial
Other material to clone.
See Also