Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

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.