onLoad method
Similarly to components, post processes can be loaded asynchronously.
Use this to load any resources needed for the post process. This is called when the post process is added to a CameraComponent or a PostProcessComponent.
See also:
- Component.onLoad for more information on how to load components.
Implementation
FutureOr<void> onLoad() {}