Class PrefabAssetsDetailDefinition
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class PrefabAssetsDetailDefinition : BaseDetailDefinition
Properties
Name | Description |
---|---|
this[string] | A square bracket operator to find a prefab by key string, similar to how you would find a value by key in a Dictionary. |
Methods
Name | Description |
---|---|
Contains |
Check if this collection contains the given key. |
Display |
Returns 'friendly' display name for this DetailDefinition. |
Get |
Find a prefab by its key. |
Get |
Get a copy of the list of keys as an array. |
Get |
Populate a list of strings with all the keys from this detail. |
Tooltip |
Returns string message which explains the purpose of this DetailDefinition, for the purpose of displaying as a tooltip in editor. |