ci: Update Cryville.Audio
This commit is contained in:
29
Assets/Plugins/Cryville.Interop.Mono.xml
Normal file
29
Assets/Plugins/Cryville.Interop.Mono.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Cryville.Interop.Mono</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute">
|
||||
<summary>
|
||||
Attribute used to annotate functions that will be called back from the unmanaged world.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.DelegateType">
|
||||
<summary>
|
||||
The type of the delegate that will be calling us back.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor">
|
||||
<summary>
|
||||
Constructor for the MonoPInvokeCallbackAttribute.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor(System.Type)">
|
||||
<summary>
|
||||
Constructor for the MonoPInvokeCallbackAttribute.
|
||||
</summary>
|
||||
<param name="delegateType">The type of the delegate that will be calling us back.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Reference in New Issue
Block a user