Click or drag to resize

OutlinerCreateMaterialForShader Method

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

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

Parameters

shaderPath
Type: SystemString

Return Value

Type: UnityEngine.Material
See Also