Class Utility

Static class containing various utility methods that do not fit anywhere else.

Hierarchy

  • FrameworkObject
    • Utility

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns Utility

Accessors

Methods

  • Converts a name of an identifier (such as a field or a property) into a human readable name.

    Parameters

    • input: string

      Identifier to convert.

    Returns string

    Human readable name with spaces.

    This is an expensive API as the parsing handled reserved words such as float2x2. It's important to cache the result where possible.