Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

MonoBehaviour bindings

SDraw edited this page Jun 14, 2023 · 2 revisions

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

Properties

  • useGUILayout: get/set, boolean

Utility functions

  • bool IsMonoBehaviour(object obj): checks if object is type of MonoBehaviour.

Notes

  • Inherits properties and methods from Behaviour.
Clone this wiki locally