コード例 #1
0
 // Use this for initialization
 void Start()
 {
     TorchController = SCR_Helper.FindParentWithTag(this.gameObject, "TorchController").GetComponent <SCR_TorchController>();
 }