This version of Unity is unsupported.

Sprite.GetScriptableObjectsCount

Declaration

public uint GetScriptableObjectsCount();

Returns

uint Returns the number of ScriptableObject that the sprite is referencing.

Description

Gets the number of ScriptableObject that the sprite references.

Refer to Sprite.GetScriptableObjects for sample usage.