Home | History | Annotate | Download | only in collision

Lines Matching refs:debugShape

55     protected Spatial debugShape;
201 public Spatial debugShape() {
202 return debugShape;
211 if (debugShape != null) {
215 this.debugShape = spatial;
216 return debugShape;
220 if (debugShape != null) {
252 debugShape = null;
274 capsule.write(debugShape, "debugShape", null);
283 debugShape = (Spatial) capsule.readSavable("debugShape", null);