Interface RenderPrepareOptions

interface RenderPrepareOptions {
    ignorePhysics?: boolean;
}

Properties

Properties

ignorePhysics?: boolean