MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Internal_ReadOutputLogs

Method Internal_ReadOutputLogs

Source/Editor/Editor.cs:1654–1655  ·  view source on GitHub ↗
([MarshalUsing(typeof(FlaxEngine.Interop.ArrayMarshaller<,>), CountElementName = "outCapacity")] ref string[] outMessages, [MarshalUsing(typeof(FlaxEngine.Interop.ArrayMarshaller<,>), CountElementName

Source from the content-addressed store, hash-verified

1652 }
1653
1654 [LibraryImport("FlaxEngine", EntryPoint = "EditorInternal_ReadOutputLogs", StringMarshalling = StringMarshalling.Custom, StringMarshallingCustomType = typeof(FlaxEngine.Interop.StringMarshaller))]
1655 internal static partial int Internal_ReadOutputLogs([MarshalUsing(typeof(FlaxEngine.Interop.ArrayMarshaller<,>), CountElementName = "outCapacity")] ref string[] outMessages, [MarshalUsing(typeof(FlaxEngine.Interop.ArrayMarshaller<,>), CountElementName = "outCapacity")] ref byte[] outLogTypes, [MarshalUsing(typeof(FlaxEngine.Interop.ArrayMarshaller<,>), CountElementName = "outCapacity")] ref long[] outLogTimes, int outCapacity);
1656
1657 [LibraryImport("FlaxEngine", EntryPoint = "EditorInternal_SetPlayMode", StringMarshalling = StringMarshalling.Custom, StringMarshallingCustomType = typeof(FlaxEngine.Interop.StringMarshaller))]
1658 internal static partial void Internal_SetPlayMode([MarshalAs(UnmanagedType.U1)] bool value);

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected