Click or drag to resize

OutlinerCreateMaterial Method

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

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

Parameters

materialPath
Type: SystemString

Return Value

Type: UnityEngine.Material
See Also