Uses of Interface
org.box2d.proto.Box2D.PbShapeOrBuilder
-
Packages that use Box2D.PbShapeOrBuilder Package Description org.box2d.proto -
-
Uses of Box2D.PbShapeOrBuilder in org.box2d.proto
Classes in org.box2d.proto that implement Box2D.PbShapeOrBuilder Modifier and Type Class Description static class
Box2D.PbShape
just include all fields we might usestatic class
Box2D.PbShape.Builder
just include all fields we might useFields in org.box2d.proto with type parameters of type Box2D.PbShapeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Box2D.PbShape,Box2D.PbShape.Builder,Box2D.PbShapeOrBuilder>
Box2D.PbFixture.Builder. shapeBuilder_
Methods in org.box2d.proto that return Box2D.PbShapeOrBuilder Modifier and Type Method Description Box2D.PbShapeOrBuilder
Box2D.PbFixture.Builder. getShapeOrBuilder()
optional .box2d.PbShape shape = 11;
Box2D.PbShapeOrBuilder
Box2D.PbFixture. getShapeOrBuilder()
optional .box2d.PbShape shape = 11;
Box2D.PbShapeOrBuilder
Box2D.PbFixtureOrBuilder. getShapeOrBuilder()
optional .box2d.PbShape shape = 11;
Methods in org.box2d.proto that return types with arguments of type Box2D.PbShapeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Box2D.PbShape,Box2D.PbShape.Builder,Box2D.PbShapeOrBuilder>
Box2D.PbFixture.Builder. getShapeFieldBuilder()
optional .box2d.PbShape shape = 11;
-