Added basic C# field reflection in editor
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Nuake.Net
|
||||
/// This is the core Nuake.Net API.
|
||||
/// All internal call should happen in this file.
|
||||
/// </summary>
|
||||
|
||||
public class Engine
|
||||
{
|
||||
internal static unsafe delegate*<NativeString, void> LoggerLogIcall;
|
||||
@@ -29,6 +28,12 @@ namespace Nuake.Net
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public sealed class ExposedAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
public class Debug
|
||||
{
|
||||
internal static unsafe delegate*</* start */ float, float, float,
|
||||
@@ -47,6 +52,7 @@ namespace Nuake.Net
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user