Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

uintReturns the number of ScriptableObject that the sprite is referencing.

Remarks

Refer to Sprite.GetScriptableObjects for sample usage.