コード例 #1
0
ファイル: Movement.cs プロジェクト: LeafMountain/andra-mig
 void Start()
 {
     dUI = GetComponent<disenableUi>();
 }
コード例 #2
0
 public void Start()
 {
     uiScript = GameObject.Find("Buddy").GetComponent <disenableUi>();
 }
コード例 #3
0
ファイル: Movement.cs プロジェクト: LeafMountain/CuddleFur
 void Start()
 {
     dUI = GetComponent <disenableUi>();
 }
コード例 #4
0
ファイル: Point.cs プロジェクト: LeafMountain/andra-mig
 public void Start ()
 {
     uiScript = GameObject.Find("Buddy").GetComponent<disenableUi>();
 }
コード例 #5
0
 void Awake()
 {
     dUI = GameObject.Find("Buddy").GetComponent <disenableUi>();
 }
コード例 #6
0
ファイル: Attack.cs プロジェクト: LeafMountain/andra-mig
 void Awake ()
 {
     dUI = GameObject.Find("Buddy").GetComponent<disenableUi>();
 }