Interface RampLodSetConfig

interface RampLodSetConfig {
    id: string;
    lods: RampLodConfig[];
}

Properties

Properties

id: string