Example #1
0
 public CircleCollider(STransform transform, float radius)
 {
     Transform = transform;
     Radius    = radius;
 }
Example #2
0
 public BoxCollider(STransform transform, Vector2 size)
 {
     Transform = transform;
     Size      = size;
 }