OnRoomMeshLoadCompleted
: UnityEvent< MeshFilter > |
An event to trigger when Room Mesh loads successfully.
In the event payload, MeshFilter, is the component that will contain the mesh data.
Signature
UnityEvent<MeshFilter> OnRoomMeshLoadCompleted |