Class Shape

A base class for a part with a color and shapeId.

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

fileShape: FileShape

Accessors

  • get shapeId(): string
  • The shapeId of this shape. Determines the model and behavior in-game.

    Returns string

  • set shapeId(value: string): void
  • Parameters

    • value: string

    Returns void

Generated using TypeDoc