コード例 #1
0
ファイル: ObjectBase.cs プロジェクト: NEtuee/WingPrototype
 public void GetChildCollider()
 {
     coll = GetComponentInChildren <SimpleCircleCollider>();
 }
コード例 #2
0
ファイル: ObjectBase.cs プロジェクト: NEtuee/WingPrototype
 public void GetCollider()
 {
     coll = GetComponent <SimpleCircleCollider>();
 }