Skip to content

Behaviour bindings

SDraw edited this page Jun 14, 2023 · 2 revisions

Refer to Unity's Behaviour documentation for properties and methods description.

Properties

  • enabled: get/set, boolean
  • isActiveAndEnabled: get, boolean

Utility functions

  • bool IsBehaviour(object obj): checks if value is type of Behaviour.

Notes

  • Inherits properties and methods from Component.