mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21:49 +01:00
Mark ImAnim bindings experimental
This commit is contained in:
parent
4c9a2e423e
commit
bed3d2bbbd
7 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
@ -5,6 +6,7 @@ using Dalamud.Bindings.ImGui;
|
|||
|
||||
namespace Dalamud.Bindings.ImAnim;
|
||||
|
||||
[Experimental("Dalamud001")]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe struct ImAnimClip
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Dalamud.Bindings.ImAnim;
|
||||
|
||||
[Experimental("Dalamud001")]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe struct ImAnimInstance
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue