Apply post settings. Make sure to call super.apply() if you also create an effect
called once when the component becomes active for the first time
Optional
Protected
Creates volume parameter fields that have not been initialized yet
override to initialize bindings on parameters
implement to create a effect once to be cached in the base class. Make sure super.apply() is called if you also override apply
called every time when the component gets enabled (this is invoked after awake and before start)
called when you decorate fields with the @validate() decorator
called on a component with a map of old to new guids (e.g. when instantiate generated new guids and e.g. timeline track bindings needs to remape them)
Reset previously set values (e.g. when adjusting settings on the renderer like Tonemapping)
Generated using TypeDoc
Apply post settings. Make sure to call super.apply() if you also create an effect