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.