コード例 #1
0
 public bool GetIsCollide(RectangleCollider value)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 public static void AddCollider(RectangleCollider collider)
 {
     ColliderList.Add(new CollidedManagerInfo(collider, CollidedType.Rectangle));
 }