示例#1
0
 public override void OnGenericUpdate(UpdateContext context)
 {
     base.OnGenericUpdate(context);
     //debug draw
     SyncEvent.DebugDraw(SyncEvent.DebugDrawType.WireCube, this.worldBounds.center, this.worldBounds.size, Fix64.Zero, Color4.blue);
 }