Inheritance: MonoBehaviour
コード例 #1
0
 void Start()
 {
     if (website == null)
     {
         website = GetComponent <RenderWebsite>();
     }
 }
コード例 #2
0
 void Start()
 {
     if(website == null)
         website = GetComponent<RenderWebsite>();
 }