Skip to content

Commit

Permalink
feat: add meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
ExerciseBook committed Oct 15, 2024
1 parent e4e7c38 commit fa813e0
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 13 deletions.
8 changes: 8 additions & 0 deletions UnityNative/UnityNative/Base.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions UnityNative/UnityNative/Base/DisposableNativeObject.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System;

namespace Paraparty.UnityNative.Base
{
using System;


/// <summary>
/// DisposableObject + INativePtrHolder
/// </summary>
Expand Down Expand Up @@ -71,5 +70,4 @@ public IntPtr NativePtr
}
}
}

}
11 changes: 11 additions & 0 deletions UnityNative/UnityNative/Base/DisposableNativeObject.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions UnityNative/UnityNative/Base/DisposableObject.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System;
using System.Runtime.InteropServices;
using System.Threading;

namespace Paraparty.UnityNative.Base
{
using System;
using System.Runtime.InteropServices;
using System.Threading;


/// <summary>
/// Represents a class which manages its own memory.
/// </summary>
Expand Down
11 changes: 11 additions & 0 deletions UnityNative/UnityNative/Base/DisposableObject.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions UnityNative/UnityNative/Base/INativePtrHolder.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
namespace Paraparty.UnityNative.Base
using System;

namespace Paraparty.UnityNative.Base
{
using System;

public interface INativePtrHolder
{
IntPtr NativePtr { get; }
}

}
11 changes: 11 additions & 0 deletions UnityNative/UnityNative/Base/INativePtrHolder.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions UnityNative/UnityNative/Base/ResourcesTracker.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa813e0

Please sign in to comment.