Answer the question
In order to leave comments, you need to log in
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;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question