Entity Json

interface Json {
    altitude_mode?: "absolute" | "relative" | "clamp";
    id?: string;
    type: string;
    visibility?: boolean;
}

Hierarchy (view full)

Properties

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

高度モード

id?: string
type: string
visibility?: boolean

可視性