Interop calls is used or not?

Godot Version

4.3 C#

Question

When i call the mathematics function like Mathf.Max and others from a c# script then interop calls,marshalling is required or not?

And the vector usage case?

1 Like

When calling built-in mathematical functions like Mathf.Max or working with Vector3 types in C# within the Godot engine, no interop calls or marshalling are required because these functions and types are part of the managed C# environment provided by Godot, when managed its efficiently handled by the godot c# env.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.