Inheritance: MonoBehaviour
コード例 #1
0
ファイル: TBLookAtTap.cs プロジェクト: AtwoodDeng/GGJ2015
 void Awake()
 {
     dragView = GetComponent<TBDragView>();
 }
コード例 #2
0
 void Awake()
 {
     dragView = GetComponent <TBDragView>();
 }