Skip to main content

Module core

Module core 

Source
Expand description

Fundamental Unity component wrappers.

This module contains the base types most Unity-facing workflows build on: UnityObject, GameObject, Component, Transform, and MonoBehaviour.

Modules§

component
Unity Component wrapper and conversion trait.
game_object
Unity GameObject wrapper.
mono_behaviour
Unity MonoBehaviour wrapper
transform
Unity Transform wrapper.
unity_object
Base wrapper for managed UnityEngine.Object values.