Skip to main content
itch.io
Browse Games
Game Jams
Upload Game
Halloween Sale 2024
Developer Logs
Community
Log in
Register
On Sale:
Games
Assets
Tools
Tabletop
Comics
Indie game store
Free games
Fun games
Horror games
Game development
Assets
Comics
Sales
Bundles
Jobs
Tags
Game Engines
UIToolkitWithAttributes
By
CatyboyStudio
Add to collection
asset pack
Community
Devlog
UIToolkitWithAttributes community
Attributes
Search
45
Topics
Note:
only moderators are allowed to create new topics, but anyone can reply.
45 topics
·
Next page
Topic
Last post
Sticky
Attributes Index
AnimationParamAttribute BoxGroupAttribute ButtonAttribute ConditionAndAttribute ConditionOrAttribute ConditionEqualsAttr...
started by
CatyboyStudio
Oct 13, 2022
89
views
No replies yet
ConditionValidAttribute
Define a Test of validity condition [ConditionValid("Cond4", nameof(S1), "notempty")] Determine whether the property S1(...
started by
CatyboyStudio
Oct 24, 2022
75
views
No replies yet
InstancePolicyAttribute
Define how to handle the instantiation policy of the following situations the none-serializable property property mark w...
started by
CatyboyStudio
Oct 15, 2022
91
views
No replies yet
ValueLimitAttribute
After the data changes, if the data is out of range, it is automatically corrected to the limited value [ValueLimit(...
started by
CatyboyStudio
Oct 14, 2022
87
views
No replies yet
ValidateInputAttribute
After the data changes, the result is made by the Validator method and the reminder information is displayed [ValidateIn...
started by
CatyboyStudio
Oct 14, 2022
67
views
No replies yet
ToolkitDrawerAttribute
Let UnityEngine apply the plugin's Drawer on the properties associated with Attribute Often used in the following places...
started by
CatyboyStudio
Oct 14, 2022
84
views
No replies yet
TitleGroupAttribute
A BoxGroup with Title [TitleGroup("Group1")] public int Value1; [TitleGroup("Group1")] public int Value2; For more infor...
started by
CatyboyStudio
Oct 14, 2022
77
views
No replies yet
TypeSelectAttribute
After entering the keyword, use the Enter key to activate the selection box,then select to set the System.Type data [T...
started by
CatyboyStudio
Oct 14, 2022
88
views
No replies yet
TreeViewAttribute
Select the data using UIElements TreeView (Unity 2021.1 or later) [TreeView(nameof(Data), true)] public int TreeValue...
started by
CatyboyStudio
Oct 14, 2022
79
views
No replies yet
TagAttribute
Use UIElements TagField to set data [Tag] public string Value1;
started by
CatyboyStudio
Oct 14, 2022
74
views
No replies yet
SuffixLabelAttribute
A label is drawn at the end of the property, can set the size through “Width” and the color through “Color” [Suf...
started by
CatyboyStudio
Oct 14, 2022
72
views
No replies yet
SuffixButtonAttribute
A Button is drawn at the end of the property, can set the size through “Width” [SuffixButton("DebugLog", nameof(Chec...
started by
CatyboyStudio
Oct 14, 2022
85
views
No replies yet
SortingLayerAttribute
Select SortingLayer [SortingLayer] public int Value1;
started by
CatyboyStudio
Oct 14, 2022
76
views
No replies yet
ShowPropertyOrderAttribute
Displays PropertyOrder next to the Label for debugging sorting use public int Value3; [ShowPropertyOrder] public int Val...
started by
CatyboyStudio
Oct 14, 2022
63
views
No replies yet
ShowInInspectorAttribute
Enables a field or property that does not support serialization to be displayed on the Inspector. Other Attributes can a...
started by
CatyboyStudio
Oct 14, 2022
96
views
No replies yet
ShowIfAttribute
Show the property according to the specified conditions public bool Switch1; [ShowIf(nameof(Switch1))] public int Value...
started by
CatyboyStudio
Oct 14, 2022
82
views
No replies yet
SeparatorAttribute
A divider line is displayed above the control and color can set [Separator("red")] public int Value1; [Separator] public...
started by
CatyboyStudio
Oct 14, 2022
88
views
No replies yet
SceneAttribute
Scene data selection [Scene] public int Value1; Supports property type: int, string
started by
CatyboyStudio
Oct 14, 2022
82
views
No replies yet
RequiredAttribute
If the property is not set, a message is displayed [Required] public string Value1; [Required] public int Value2; [Requi...
started by
CatyboyStudio
Oct 14, 2022
82
views
No replies yet
ReadOnlyAttribute
Makes the control unmodifiable (disabled) [ReadOnly] public int Value1;
started by
CatyboyStudio
Oct 14, 2022
88
views
No replies yet
PropertyOrderAttribute
Modify the sort order of the properties, the smaller the number, the earlier the arrangement public int Value1; [Propert...
started by
CatyboyStudio
Oct 14, 2022
86
views
No replies yet