This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for user type ID's and GetComponent(s)<T> on user types
- Add support for getting user type ID's using GetUdonTypeID() on objects - Add support for getting user type names using GetUdonTypeName() on objects - Add support for GetComponent<T> variants on user defined types - Add support for GetComponents<T> variants on user defined types Fixes: - Add implicit cast to unary negation operator to convert the input type to bool if it isn't - Add symbol scope to `for` loop to reuse increment symbols when possible and avoid collisions on incrementor symbol names
- Loading branch information
Showing
11 changed files
with
1,030 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.