Version: 2023.1
言語: 日本語

Sprite.RemoveScriptableObjectAt

マニュアルに切り替える
public bool RemoveScriptableObjectAt (uint i);

パラメーター

i The index of the ScriptableObject reference to remove.

戻り値

bool Returns true if the reference is removed. Returns false if the sprite is not referencing the ScriptableObject.

説明

Removes the ScriptableObject reference from the sprite.

Refer to Sprite.GetScriptableObjects for sample usage.