Version: 2023.1
言語: 日本語
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.