Example #1
0
 public virtual CCPhysicsShape AddShape(CCPhysicsShape shape)
 {
     if (shape != null)
     {
         _info.AddShape(shape._info);
         return(shape);
     }
     return(null);
 }