ποΈ MonoBehaviour Creator
The MonoBehaviourCreater is a type alias for a function pointer that is used to create instances of MonoBehaviour. This allows for the dynamic generation of script components within the Zygarde engine, facilitating the integration of user-defined behaviors into game entities.
ποΈ Scripting Context
The ScriptingContext structure encapsulates the necessary information required for executing scripts in the Zygarde engine. It provides access to the gameβs registry, timing data, and the entity context, enabling scripts to interact with the game world effectively.
ποΈ Values Map
The ValuesMap is a type alias for a map that associates string keys with arbitrary values. It is primarily used to store custom script values in the Zygarde engine, providing a flexible way to pass parameters to scripts at runtime.