Click or drag to resize
HyperTextGetModifiedMaterial Method
Gets the modified material.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override Material GetModifiedMaterial(
	Material baseMaterial
)

Parameters

baseMaterial
Type: Material
Base material.

Return Value

Type: Material
The modified material.

Implements

UI.IMaterialModifier.GetModifiedMaterial(Material)
See Also