Version: 2023.1
언어: 한국어

Sprite.AddScriptableObject

매뉴얼로 전환
public bool AddScriptableObject (ScriptableObject obj);

파라미터

obj The ScriptableObject reference to add.

반환

bool Returns true if the reference is added. Returns false if the sprite is already referencing the ScriptableObject .

설명

Adds a ScriptableObject reference to the sprite.

Refer to Sprite.GetScriptableObjects for sample usage.