Uses of Class
org.box2d.proto.Box2D.PbShape
Packages that use Box2D.PbShape
-
Uses of Box2D.PbShape in org.box2d.proto
Methods in org.box2d.proto that return Box2D.PbShapeModifier and TypeMethodDescriptionBox2D.PbShape.Builder.build()Box2D.PbShape.Builder.buildPartial()static Box2D.PbShapeBox2D.PbShape.getDefaultInstance()Box2D.PbShape.Builder.getDefaultInstanceForType()Box2D.PbShape.getDefaultInstanceForType()Box2D.PbFixture.Builder.getShape()optional .box2d.PbShape shape = 11;Box2D.PbFixture.getShape()optional .box2d.PbShape shape = 11;Box2D.PbFixtureOrBuilder.getShape()optional .box2d.PbShape shape = 11;static Box2D.PbShapeBox2D.PbShape.parseDelimitedFrom(InputStream input) static Box2D.PbShapeBox2D.PbShape.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbShapeBox2D.PbShape.parseFrom(byte[] data) static Box2D.PbShapeBox2D.PbShape.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbShapeBox2D.PbShape.parseFrom(com.google.protobuf.ByteString data) static Box2D.PbShapeBox2D.PbShape.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbShapeBox2D.PbShape.parseFrom(com.google.protobuf.CodedInputStream input) static Box2D.PbShapeBox2D.PbShape.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbShapeBox2D.PbShape.parseFrom(InputStream input) static Box2D.PbShapeBox2D.PbShape.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbShapeBox2D.PbShape.parseFrom(ByteBuffer data) static Box2D.PbShapeBox2D.PbShape.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.box2d.proto that return types with arguments of type Box2D.PbShapeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Box2D.PbShape> Box2D.PbShape.getParserForType()static com.google.protobuf.Parser<Box2D.PbShape> Box2D.PbShape.parser()Methods in org.box2d.proto with parameters of type Box2D.PbShapeModifier and TypeMethodDescriptionBox2D.PbShape.Builder.mergeFrom(Box2D.PbShape other) Box2D.PbFixture.Builder.mergeShape(Box2D.PbShape value) optional .box2d.PbShape shape = 11;static Box2D.PbShape.BuilderBox2D.PbShape.newBuilder(Box2D.PbShape prototype) Box2D.PbFixture.Builder.setShape(Box2D.PbShape value) optional .box2d.PbShape shape = 11; -
Uses of Box2D.PbShape in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbShape