Add support for passing back value via reference to C# scripting event
This commit is contained in:
@@ -261,7 +261,7 @@ namespace FlaxEditor.Windows
|
||||
InputActions.Add(options => options.StepFrame, Editor.Simulation.RequestPlayOneFrame);
|
||||
}
|
||||
|
||||
private void OnPostRender(GPUContext context, RenderContext renderContext)
|
||||
private void OnPostRender(GPUContext context, ref RenderContext renderContext)
|
||||
{
|
||||
// Debug Draw shapes
|
||||
if (_showDebugDraw)
|
||||
|
||||
Reference in New Issue
Block a user