Click or drag to resize
SkinnedMaterial Constructor (SkinnedMaterial)
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 SkinnedMaterial(
	SkinnedMaterial other
)

Parameters

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