Class AssetSourceEditorDescriptionAttribute
Used to annotate an AssetSourceLocation with description notes within the inspector UI
Inherited Members
Namespace: UnityEngine.Perception.Randomization
Assembly: Unity.Perception.Runtime.dll
Syntax
public class AssetSourceEditorDescriptionAttribute : Attribute
Constructors
AssetSourceEditorDescriptionAttribute(string)
Constructs a new AssetSourceLocationNotes attribute
Declaration
public AssetSourceEditorDescriptionAttribute(string notes)
Parameters
| Type | Name | Description |
|---|---|---|
| string | notes | The text notes to display in the inspector |
Fields
notes
The text notes to display in the AssetSourceLocation's UI.
Declaration
public string notes
Field Value
| Type | Description |
|---|---|
| string |