Replies: 1 comment 2 replies
-
Just pass the numbers as they are |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to invoke a class constructor with set
System.Double
andSystem.Int64
values? I triedIl2cpp.Reference.to(..., ...)
but I had no success in being able to pass those values to invoke because it returnedError: Expected number
. I tried both.value
and just the reference itself.Beta Was this translation helpful? Give feedback.
All reactions