Modules§
Macros§
Structs§
- RawUnity
Interfaces - Unity
Interfaces - The main interface provider for the Unity Native Plugin API. Constructed with a RawUnityInterfaces pointer, which is obtained through the main Unity plugin load hook.
Enums§
- GetError
- An error during the construction of the requested Unity API
- Unity
Interface Create Err - An error during the construction of the main UnityInterfaces wrapper
Traits§
- Unity
Interface - The main trait implemented by all supported Unity API wrappers. This should not be implemented manually. Instead, the structs provided by this crate that implement this trait for you should be used.