Type Alias TWallsUpdateState

TWallsUpdateState: {
    color?: string;
    height?: number;
    opacity?: number;
    texture?: { url: string };
    topColor?: string;
    topTexture?: { url: string };
    type?: "walls";
    visible?: boolean;
}

Type declaration

  • Optionalcolor?: string

    Color of the walls.

    #ffffff
    
  • Optionalheight?: number

    Height of the walls.

    0
    
  • Optionalopacity?: number

    Opacity of the walls.

    1
    
  • Optionaltexture?: { url: string }

    Texture to apply to the geometry element.

  • OptionaltopColor?: string

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

  • OptionaltopTexture?: { url: string }

    Top texture to apply to the geometry element.

  • Optionaltype?: "walls"
  • Optionalvisible?: boolean

    Visibility of the walls.

    true