Class SpriteAssetsDetailDefinition
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class SpriteAssetsDetailDefinition : BaseDetailDefinition
Properties
Name | Description |
---|---|
this[string] | A square bracket operator to find a Sprite 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 sprite 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. Note: this returns the current state of keys for this detail definition. To ensure that there are no invalid or duplicate entries, the list will always be cleared and 'recycled' (i.e. updated) with current data. |
Tooltip |
Returns string message which explains the purpose of this DetailDefinition, for the purpose of displaying as a tooltip in editor. |