GameObjectUtility.GetMonoBehavioursWithMissingScriptCount

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

파라미터

goGameObject to query.

반환

int The number of MonoBehaviours with a missing script.

설명

Gets the number of MonoBehaviours with a missing script for the given GameObject.