Trait unity_native_plugin::interface::UnityInterface
source · pub trait UnityInterface {
// Required methods
fn get_interface_guid() -> UnityInterfaceGUID;
fn new(interface: *const IUnityInterface) -> Self;
}
Required Methods§
fn get_interface_guid() -> UnityInterfaceGUID
fn new(interface: *const IUnityInterface) -> Self
Object Safety§
This trait is not object safe.