Class DynamicPropertiesDefinitionBeta

Class used in conjunction with PropertyRegistry to define dynamic properties that can be used on entities of a specified type or at the global World- level.

Hierarchy

  • DynamicPropertiesDefinition

Constructors

Methods

  • Parameters

    • identifier: string

    Returns void

    Remarks

    Defines a new boolean dynamic property.

    Throws

    This function can throw errors.

  • Parameters

    • identifier: string

    Returns void

    Remarks

    Defines a new number dynamic property.

    Throws

    This function can throw errors.

  • Parameters

    • identifier: string
    • maxLength: number

    Returns void

    Remarks

    Defines a new string dynamic property.

    Throws

    This function can throw errors.