A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.unity3d.com/6000.0/Documentation/Manual/unity-attributes.html below:

Unity - Manual: Unity attributes

Managing update and execution order

Unity attributes

Attributes in C# are metadata markers that can be placed above a class, property, or method declaration to indicate special behaviour.

There are many attributes defined in the .NET libraries and Unity also provides a number of custom, Unity-specific attributes. For example, you can add the HideInInspector attribute above a property declaration to prevent the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary
from showing the property, even if it is public. Attributes are specified in square brackets above the declaration as follows:

[HideInInspector]
public float strength;

For the full list of UnityEngine attributes, refer to the list under UnityEngine > Attributes in the Scripting API reference, which begins with AddComponentMenu.

For the full list of UnityEditor attributes, refer to the list under UnityEditor > Attributes in the Scripting API reference, which begins with AssetPostprocessorStaticVariableIgnoreAttribute.

Note: Do not use the .NET ThreadStatic attribute as this causes a crash if you add it to a Unity script.

Additional resources

Managing update and execution order


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4