Inheritance: MonoBehaviour
Example #1
0
 // Use this for initialization
 void Start()
 {
     // 駅すぱあとのオブジェクト
     ews = ews_go.GetComponent <EkispertWebService>();
 }
 // Use this for initialization
 void Start()
 {
     // 駅すぱあとのオブジェクト
     ews = ews_go.GetComponent<EkispertWebService>();
 }
 // Use this for initialization
 void Start()
 {
     ews = ews_go.GetComponent<EkispertWebService>();
 }
Example #4
0
 // Use this for initialization
 void Start()
 {
     ews = ews_go.GetComponent <EkispertWebService>();
 }