Type Alias TDoorsUpdateState

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

Type declaration

  • Optionalcolor?: string

    Color of the doors.

    #ffffff
    
  • Optionalopacity?: number

    Opacity of the doors.

    1
    
  • Optionaltexture?: { url?: string }

    Texture to apply to the geometry element.

  • OptionaltopColor?: string

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

  • OptionaltopTexture?: { url?: string }

    Top texture to apply to the geometry element.

  • Optionaltype?: "doors"
  • Optionalvisible?: boolean

    Visibility of the doors.

    false