onLoad method

FutureOr<void> onLoad()

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:

Implementation

FutureOr<void> onLoad() {}