RSX Code Reference
    Preparing search index...

    Class Utility

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

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns Utility

    • 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.