コード例 #1
0
ファイル: CallTest02.cs プロジェクト: jessaantonio/unityforms
 // Use this for initialization
 public void Start()
 {
     this.form = (Test02Form)FormsManager.LoadForm(gameObject, typeof(Test02Form), this.Skin);
     this.form.Show();
 }
コード例 #2
0
 // Use this for initialization
 public void Start()
 {
     this.form = (Test02Form)FormsManager.LoadForm(gameObject, typeof(Test02Form), this.Skin);
     this.form.Show();
 }