First of all, I am sorry if the correct term is not editor commands, what I am searching for is a list of commands like “[HideInInspector]” for use with C# in Unity.
Anyone can point me where i can find a detailed list about these?
Thanks in advance
First of all, I am sorry if the correct term is not editor commands, what I am searching for is a list of commands like “[HideInInspector]” for use with C# in Unity.
Anyone can point me where i can find a detailed list about these?
Thanks in advance
http://unity3d.com/support/documentation/ScriptReference/20_class_hierarchy.Attributes.html
Can never be sure if it is extensive, but at least it contains all the ones I ever used ;).
Of course, there also exist attributes that come from the mono/.Net library. You can find those in the Mono/.Net documentation.
Thanks a lot, those sure cover all i was looking for!