Unsubscribe<TChild>(Action<TChild, string>)
Cancels any subscription to changes of properties of a settings object implemented with the IRenderPipelineGraphicsSettings interface.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Unsubscribe<T>(Action<T, string>)
public static void Unsubscribe<TChild>(Action<TChild, string> callback) where TChild : class, IRenderPipelineGraphicsSettings
Parameters
The callback that is registered to listen to changes.