コード例 #1
0
 private void Start()
 {
     putObjects = GameObject.FindGameObjectWithTag("GameController").GetComponent <PutObjects>();
     WhenIsPreview();
 }
コード例 #2
0
ファイル: LayerBuildMode.cs プロジェクト: HubmacPL/CIty
 private void Start()
 {
     buildController = GameObject.FindGameObjectWithTag("BuildController").GetComponent <BuildController>();
     putObjects      = GameObject.FindGameObjectWithTag("GameController").GetComponent <PutObjects>();
 }