ThingOrigin.js
    Preparing search index...

    Type Alias InitPhysxResult

    InitPhysxResult:
        | { physics: any; PhysXInstance: any; success: true }
        | { error?: unknown; success: false }