public class ExGeneric<T> : MonoBehaviour{ public T data;}
This ExGeneric<T> component can't be shown in Unity Inspector.
public class ExGenericFloat : ExGeneric<float>{ }
This ExGenericFloat component is shown in Inspector.
댓글 없음:
댓글 쓰기