Class MonoPInvokeCallbackAttribute
IL2CPP requires the MonoPInvokeCallback attribute on Marshal callbacks. The attribute class does nothing, it just needs to exist.
Inheritance
System.Object
    MonoPInvokeCallbackAttribute
  Namespace: FM.LiveSwitch.Unity
Assembly: FM.LiveSwitch.dll
Syntax
public class MonoPInvokeCallbackAttribute : Attribute
  Constructors
MonoPInvokeCallbackAttribute(Type)
Type constructor.
Declaration
public MonoPInvokeCallbackAttribute(Type type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | Target type.  |