Skip to content

Identifiable

Isuru Kusumal Rajapakse edited this page Jun 17, 2017 · 1 revision

new Identifiable()

  • Represents a identifiable components that defines a identifiable behavior
Returns
  • Void

Identifiable.identify()

checks whether the given object is being identifed as the given id

Returns
  • bool amI?

Identifiable.generate()

generates a unique identifiable id for a gameobject

Returns
  • String uniqueString

Identifiable.initialise()

initialise the state of the component

Returns
  • Void

Clone this wiki locally