MaterialRestorer.Restore(Material) Method

Definition

Call this method to restore a material to the state in time it was called with AddMaterialSnapshot. This only works with material assets.

public static void Restore (UnityEngine.Material material);
static member Restore : UnityEngine.Material -> unit
Public Shared Sub Restore (material As Material)

Parameters

material
UnityEngine.Material

Applies to