[System.Serializable]
class 클래스명 // MonoBehaviour 상속을 지워준다
{
public int myclass;
}
이 처럼 선언 되어 있으면 타 클래스에서 []배열로 선언되어있을 시 Inspector에서 값을 입력할 수 있게 된다
[System.Serializable]
class 클래스명 // MonoBehaviour 상속을 지워준다
{
public int myclass;
}
이 처럼 선언 되어 있으면 타 클래스에서 []배열로 선언되어있을 시 Inspector에서 값을 입력할 수 있게 된다