コード例 #1
0
ファイル: TextboxManager.cs プロジェクト: h2r/GraspAnnotation
 void Start()
 {
     textBox                    = GameObject.Find("KeyboardTestCanvas");
     keyboardInputField         = textBox.transform.GetChild(0).transform.GetChild(0).GetComponent <KeyboardInputField>();
     textBox.transform.position = new Vector3(99, 99, 99);
 }
コード例 #2
0
 private void Awake()
 {
     myField = (KeyboardInputField)target;
 }
コード例 #3
0
 protected virtual void Awake()
 {
     KeyboardField = (KeyboardInputField)target;
 }