Click or drag to resize

SnappingGuideCreateMaterial Method

Create and return a new instance of the Snapping Guide material using the specified template material

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
C#
protected UnityEngine.Material CreateMaterial(
	string materialPath
)

Parameters

materialPath
Type: SystemString

Return Value

Type: UnityEngine.Material
See Also