Version: 2021.1
언어: 한국어

GameObjectUtility.RemoveMonoBehavioursWithMissingScript

매뉴얼로 전환
public static int RemoveMonoBehavioursWithMissingScript (GameObject go);

파라미터

go The GameObject to remove MonoBehaviours with a missing script from.

반환

int The number of MonoBehaviours with a missing script that were removed.

설명

Removes the MonoBehaviours with a missing script from the given GameObject.