Class GameObject

Represents plain GameObject

Author

Tymon Woźniak

Hierarchy

Constructors

Properties

enabled: boolean

Defines is this game object enabled in game.

Property

id: string

The unique id of this game object.

Property

name: undefined | string

The name of this game object.

Property

sortingOrder: number

The order in game objects hierarchy.

Property

tag: undefined | string

The tag of this game object.

Property

transform: Transform

The Transform - position, width, height and rotation of this game object.

Property

Methods