コード例 #1
0
 protected void OnDestroy()
 {
     m_InputButton = null;
 }
コード例 #2
0
 protected void Awake()
 {
     m_InputButton = gameObject.AddComponent <hwmInputButtonSimple>();
 }