Interface DrawableOptions

interface DrawableOptions {
    frustumCulled: boolean;
    renderOrder: number;
}

Properties

frustumCulled: boolean
renderOrder: number