How can I find the xxx.transform.Find method? #538
-
The output is a RectTransform class. Although it inherits from Transform, it indeed does not have the Find method. What should I do to access the Find method? |
Beta Was this translation helpful? Give feedback.
Answered by
commonuserlol
Aug 20, 2024
Replies: 1 comment 2 replies
-
Does the |
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
Well, then just do
transform.method<Il2Cpp.Object>("Find").invoke(Il2Cpp.string("whatever"))