Update
Triggers an update of the Custom Render Texture.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
Update(int)
Triggers an update of the Custom Render Texture.
public void Update(int count)
Parameters
Number of upate pass to perform. The default value of this count parameter is 1.
Update()
Triggers an update of the Custom Render Texture.
public void Update()