Vertex Viewer SDK
    Preparing search index...

    Class Drawable<T>Abstract

    Type Parameters

    • T extends DrawablePoints = DrawablePoints
    Index

    Constructors

    • Type Parameters

      • T extends DrawablePoints = DrawablePoints

      Parameters

      • createShape: CreateShape
      • identifier: string
      • points: T
      • outlineColor: string
      • OptionalfillColor: string
      • shapeProps: Partial<ShapeProps> = {}
      • disabled: boolean = false

      Returns Drawable<T>

    Properties

    disabled: boolean = false
    draw: DrawShape
    fillColor?: string
    identifier: string
    initialFillColor?: string
    outlineColor: string
    points: T
    shapeProps: Partial<ShapeProps> = {}

    Methods