예제 #1
0
 public ColliderDraw(ColliderInfo colliderBase, GameObject container, DrawColliderBounds dcb) : this()
 {
     ColliderBase = colliderBase;
     Container    = container;
     DCB          = dcb;
 }