TDoorsState: {
    color: string | "initial";
    opacity: number;
    texture?: { url?: string };
    topColor?: string | "initial";
    topTexture?: { url?: string };
    type: "doors";
    visible: boolean;
}

Type declaration

  • color: string | "initial"

    Color of the doors.

  • opacity: number

    Opacity of the doors.

  • Optionaltexture?: { url?: string }

    Texture to apply to the geometry element.

  • OptionaltopColor?: string | "initial"

    Color of the top of doors, if not set, defaults to the color.

  • OptionaltopTexture?: { url?: string }

    Top texture to apply to the geometry element.

  • type: "doors"
  • visible: boolean

    Visibility of the doors.

MMNEPVFCICPMFPCPTTAAATR