Engine API Reference - v2.21.0-beta.0
    Preparing search index...

    Type Alias RenderMeshInstanceCallback

    RenderMeshInstanceCallback: (
        meshInstance: MeshInstance,
        component: RenderComponent | ModelComponent,
        entity: Entity,
    ) => any

    Type Declaration