Contains C#-Attributes for various uses. More...
Classes | |
class | ConditionalHideInInspector |
Allows for simple hiding of properties in the UnityEditor depending on certain conditions. For instance, in the following example the "type" field will only be displayed in the inspector if the "tracking" field is set to true: More... | |
class | ConsoleCommand |
This attribute can be used to easily make a function into a command runnable through the AVR_DevConsole. This can only be used on static void-functions where the parameters are eithe none, a single string or an array of strings. Usage examples: More... | |
class | DocumentationUrl |
Sets the documentation html file inside of Packages/com.avr.core/Documentation/html of a given class. When the user clicks on the documentation button in the inspector the respective page will be opened. Example: More... | |
class | DrawIfPropertyDrawer |
class | FoldoutGroup |
Assigns given attributes to a foldout group in the inspector. The way these are drawn is determined by FoldoutPropertyDrawer More... | |
class | FoldoutPropertyDrawer |
class | ReadOnly |
Makes a field read-only in the inspector More... | |
class | ReadOnlyDrawer |
class | ShowInNetPrompt |
Makes a property of an object only show in the Network-behaviour window. Also works for private/protected attributes. More... | |
Contains C#-Attributes for various uses.