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 |
|---|---|
| ContainsKey(string) | Check if this collection contains the given key. |
| DisplayName() | Returns 'friendly' display name for this DetailDefinition. |
| GetAsset(string) | Find a prefab by its key. |
| GetKeys() | Get a copy of the list of keys as an array. |
| GetKeys(List<string>) | Populate a list of strings with all the keys from this detail. |
| TooltipMessage() | Returns string message which explains the purpose of this DetailDefinition, for the purpose of displaying as a tooltip in editor. |