BaseStyle: {
    depthTest?: boolean;
    opacity?: number;
    renderOrder?: number;
}

Type declaration

  • OptionaldepthTest?: boolean

    Determine if depth test is enabled.

  • Optionalopacity?: number

    The opacity of the style.

    1
    
  • OptionalrenderOrder?: number

    The render order of objects with this style.

    Note: this value is relative to the host entity's own render order. For example, if a feature has a render order of 3, and the entity has a render order of 10, then the actual render order of the displayed mesh will be 13.