Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResetOverride

Use this method to set the overridden state to false. This restores the default value that the Visual Effect Asset specifies.
Read time 1 minuteLast updated 6 days ago

Definition

ResetOverride(int)

Use this method to set the overridden state to false. This restores the default value that the Visual Effect Asset specifies.
public void ResetOverride(int nameID)

Parameters

nameID

The ID of the property. This is the same ID that Shader.PropertyToID returns.

ResetOverride(string)

Use this method to set the overridden state to false. This restores the default value that the Visual Effect Asset specifies.
public void ResetOverride(string name)

Parameters

name

The name of the property.