Entity Option

interface Option {
    alpha_clip_threshold?: number;
    alpha_clipping?: boolean;
    json?: mapray.ImageIconEntity.Json;
    mask_color?: Vector3;
    mask_color_normalized?: Vector3;
    refs?: ReferenceMap;
}

Hierarchy (view full)

Properties

alpha_clip_threshold?: number

アルファクリッピングの閾値 省略時は0.5

alpha_clipping?: boolean

アルファクリップ有効フラグ 追加した画像全てに適応されます 省略時はtrue

生成情報

mask_color?: Vector3

マスク色(0 ~ 255) 追加した画像全てに適応されます

mask_color_normalized?: Vector3

マスク色(0.0 ~ 1.0) 追加した画像全てに適応されます

参照辞書