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
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
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
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
The name of the property.