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

Type declaration

  • Optional depthTest?: boolean

    Determine if depth test is enabled.

  • Optional opacity?: number

    The opacity of the style.

    Default Value

    1
    
  • Optional renderOrder?: 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.