Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberTargetPath

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

baseName

  • get baseName(): string

baseType

Methods

toJSON

  • toJSON(): string

toString

  • toString(): string

Static Parse

  • Break a target path into semantic pieces.

    Parameters

    • path: string

      The path string to parse.

    Returns [AnimatibleName, string, string]

    An array containing the type string, the placeholder name, and the relative path, or null.