Entity Json

interface Json {
    altitude_mode?: "absolute" | "relative" | "clamp";
    boundaries: BoundaryJson[];
    color?: Vector3;
    extruded_height?: number;
    id?: string;
    opacity?: number;
    type: string;
    visibility?: boolean;
}

Hierarchy (view full)

Properties

altitude_mode?: "absolute" | "relative" | "clamp"

高度モード

boundaries: BoundaryJson[]
color?: Vector3
extruded_height?: number
id?: string
opacity?: number
type: string
visibility?: boolean

可視性