Interface RenderPrepareOptions

interface RenderPrepareOptions {
    gizmosEnabled?: boolean;
    gizmosFilter?: Map<string, boolean>;
    ignorePhysics?: boolean;
}

Properties

gizmosEnabled?: boolean
gizmosFilter?: Map<string, boolean>
ignorePhysics?: boolean