bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class TagDto

    Class representing a tag

    Index

    Constructors

    • Parameters

      • Optionaltext: string
      • Optionalposition: Point3
      • Optionalcolour: string
      • Optionalsize: number
      • OptionaladaptDepth: boolean
      • OptionalneedsUpdate: boolean
      • Optionalid: string

      Returns TagDto

    Properties

    text: string

    Text of the tag

    position: Point3

    Position of the tag

    colour: string

    Colour of the tag

    size: number

    Text size

    adaptDepth: boolean

    Make tags that are further away smaller

    needsUpdate?: boolean

    Indicates if tag needs updating

    id?: string

    Unique id of the tag