Class AssetSourceEditorDescriptionAttribute
Used to annotate an AssetSourceLocation with description notes within the inspector UI
Namespace: UnityEngine.Perception.Randomization
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 |