We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera.Instance.SetMatrix(new Matrix4x4(new Matrix3x2(2729.7429199219f, -2300.41015625f, 10.981800079346f, 2729.4001464844f, -2306.2919921875f, 10.65811252594f)), 0, 70);
This doesnt work but it does in Lua.
setCameraMatrix(2729.7429199219, -2300.41015625, 10.981800079346, 2729.4001464844, -2306.2919921875, 10.65811252594, 0, 70)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Fixed by using Vector3 instead of Matrixs
I still want to look into this regardless
code that worked:
Camera.Instance.SetMatrix(new Vector3(2729.7429199219f, -2300.41015625f, 10.981800079346f), new Vector3 (2729.4001464844f, -2306.2919921875f, 10.65811252594f), 0, 70);
No branches or pull requests
This doesnt work but it does in Lua.
The text was updated successfully, but these errors were encountered: