Base for creating new brush shapes

Hierarchy

Constructors

Accessors

Methods

Constructors

  • Parameters

    • Optional settings: {
          depth?: number;
          height?: number;
          uniform?: boolean;
          width?: number;
      }
      • Optional depth?: number
      • Optional height?: number
      • Optional uniform?: boolean
      • Optional width?: number

    Returns PyramidBrushShape

    Remarks

    Constructs a new instance of the PyramidBrushShape class

Accessors

  • get displayName(): string
  • Returns string

  • get icon(): string
  • Returns string

  • get id(): string
  • Returns string

Methods