Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Attributes

45
Topics
Note: only moderators are allowed to create new topics, but anyone can reply.
45 topics · Previous page · First page
Topic
Last post
AnimationParamAttribute BoxGroupAttribute ButtonAttribute ConditionAndAttribute ConditionOrAttribute ConditionEqualsAttr...
started by CatyboyStudio Oct 13, 2022
90 views
No replies yet
Define a logical AND condition [ConditionAnd("Cond1", nameof(Switch1), nameof(Switch2))] The properties Switch1 and Swit...
started by CatyboyStudio Oct 14, 2022
44 views
No replies yet
Displays the method as a button, and the user can click to execute the method body public int Value; [Button] protected...
started by CatyboyStudio Oct 14, 2022
57 views
No replies yet
Use UIElements Box to organize the properties For more information, please refer to the "Grouping" description section
started by CatyboyStudio Oct 14, 2022
48 views
No replies yet
Use the drop-down controls to select the parameters of Animator public Animator Target; [AnimatorParam(nameof(Target))]...
started by CatyboyStudio Oct 14, 2022
40 views
No replies yet