R
R
Recardo_Recoly2017-09-16 12:15:51
Mono
Recardo_Recoly, 2017-09-16 12:15:51

Mono how to get variable in C++ from C#?

I have a C# library with the following code:

public class Eng
{
      public Vector3 pos;
}
public class Vector3
{
      public float x;
      public float y;
      public float z;
}

How to get the class that is in the pos variable through mono in C++ and then get the x value from the Vector3 class?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question