Entity Json

interface Json {
    altitude_mode?: "absolute" | "relative" | "clamp";
    id?: string;
    index?: string | number;
    ref_model: string;
    transform: TransformJson;
    type: string;
    visibility?: boolean;
}

Hierarchy (view full)

Properties

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

高度モード

id?: string
index?: string | number
ref_model: string
transform: TransformJson
type: string
visibility?: boolean

可視性