コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     Check  = OperationCheck.Instance;
     Trails = TaiYin.GetComponentsInChildren <TrailRenderer>(true);
     Car    = GetComponent <CarPhysics_ByGaoYuan>();
     Close_TaiYin();
 }
コード例 #2
0
 private void Start()
 {
     Check = OperationCheck.Instance;
     Car   = transform.parent.GetComponent <CarPhysics_ByGaoYuan>();
 }