Uses of Class
org.box2d.proto.Box2D.PbFixture
Packages that use Box2D.PbFixture
-
Uses of Box2D.PbFixture in org.box2d.proto
Methods in org.box2d.proto that return Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbFixture.Builder.build()Box2D.PbFixture.Builder.buildPartial()static Box2D.PbFixtureBox2D.PbFixture.getDefaultInstance()Box2D.PbFixture.Builder.getDefaultInstanceForType()Box2D.PbFixture.getDefaultInstanceForType()Box2D.PbBody.Builder.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBody.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBodyOrBuilder.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;static Box2D.PbFixtureBox2D.PbFixture.parseDelimitedFrom(InputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(byte[] data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.ByteString data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.CodedInputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(InputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(ByteBuffer data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.box2d.proto that return types with arguments of type Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbBody.Builder.getFixturesList()repeated .box2d.PbFixture fixtures = 100;Box2D.PbBody.getFixturesList()repeated .box2d.PbFixture fixtures = 100;Box2D.PbBodyOrBuilder.getFixturesList()repeated .box2d.PbFixture fixtures = 100;com.google.protobuf.Parser<Box2D.PbFixture> Box2D.PbFixture.getParserForType()static com.google.protobuf.Parser<Box2D.PbFixture> Box2D.PbFixture.parser()Methods in org.box2d.proto with parameters of type Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbBody.Builder.addFixtures(int index, Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBody.Builder.addFixtures(Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;Box2D.PbFixture.Builder.mergeFrom(Box2D.PbFixture other) static Box2D.PbFixture.BuilderBox2D.PbFixture.newBuilder(Box2D.PbFixture prototype) Box2D.PbBody.Builder.setFixtures(int index, Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;Method parameters in org.box2d.proto with type arguments of type Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbBody.Builder.addAllFixtures(Iterable<? extends Box2D.PbFixture> values) repeated .box2d.PbFixture fixtures = 100; -
Uses of Box2D.PbFixture in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbFixtureModifier and TypeMethodDescriptionPbDeserializer.deserializeFixture(Body argBody, Box2D.PbFixture argFixture)