Method Contains
Contains(TMP_FontAsset)
Function to check if the font asset is already referenced.
Declaration
public bool Contains(TMP_FontAsset font)
Parameters
| Type | Name | Description |
|---|---|---|
| TMP_FontAsset | font |
Returns
| Type | Description |
|---|---|
| bool |
Contains(TMP_SpriteAsset)
Function to check if the sprite asset is already referenced.
Declaration
public bool Contains(TMP_SpriteAsset sprite)
Parameters
| Type | Name | Description |
|---|---|---|
| TMP_SpriteAsset | sprite |
Returns
| Type | Description |
|---|---|
| bool |