Base class used to represent a game object

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

  • Create a new instance of this game object

    Parameters

    • alias: string

      Alias of this game object

    Returns GameObject

Properties

_alias: string

Alias of this game object

Accessors

  • get alias(): string
  • Get the alias of this game object

    Returns string

Methods

  • Get the name of this game object

    Returns SyncOrAsync<string>