Hey all,
What’s wrong with this here?
//ORIGINAL : JS
class VertexData extends System.Object{
var testMe : Vector3[];
}
//CONVERTED : C#
class VertexData : System.Object{
Vector3[] testMe;
}
Hey all,
What’s wrong with this here?
//ORIGINAL : JS
class VertexData extends System.Object{
var testMe : Vector3[];
}
//CONVERTED : C#
class VertexData : System.Object{
Vector3[] testMe;
}
Looks right to me at first glance… is it giving you a compile error?
public
js: implicitly public
c#: implicitly private
Ohhh…I hate java so much.
Thanks
n no there was no error StarManta, it just did nothing, only the best error of them all haha