GetScriptableObjectsCount()
Gets the number of ScriptableObject that the sprite references.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public uint GetScriptableObjectsCount()
Returns
Type | Description |
|---|---|
| uint | Returns the number of ScriptableObject that the sprite is referencing. |
Remarks
Refer to Sprite.GetScriptableObjects for sample usage.