API reference
API reference
Select your platform
No SDKs available
No versions available

EffectMeshEvent Class

Extends MonoBehaviour
A helper class to receive Global Mesh load completion event.
This Unity component is part of Effect Mesh Building Blocks. Subscribe to this event to be notified when the Global Mesh is loaded. The MeshFilter in the event payload contains the loaded mesh data. For more information on the Effect Mesh, see Effect Mesh in the MRUK documentation.

Fields

An event to trigger when the Global Mesh loads successfully.
In the event payload, MeshFilter, is the component that will contain the mesh data.