Uses of Enum
org.box2d.proto.Box2D.PbShapeType
Packages that use Box2D.PbShapeType
-
Uses of Box2D.PbShapeType in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbShapeTypeModifier and TypeFieldDescriptionprivate static final Box2D.PbShapeType[]
Box2D.PbShapeType.VALUES
Fields in org.box2d.proto with type parameters of type Box2D.PbShapeTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Box2D.PbShapeType> Box2D.PbShapeType.internalValueMap
Methods in org.box2d.proto that return Box2D.PbShapeTypeModifier and TypeMethodDescriptionstatic Box2D.PbShapeType
Box2D.PbShapeType.forNumber
(int value) Box2D.PbShape.Builder.getType()
required .box2d.PbShapeType type = 2;
Box2D.PbShape.getType()
required .box2d.PbShapeType type = 2;
Box2D.PbShapeOrBuilder.getType()
required .box2d.PbShapeType type = 2;
static Box2D.PbShapeType
Box2D.PbShapeType.valueOf
(int value) Deprecated.static Box2D.PbShapeType
Box2D.PbShapeType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Box2D.PbShapeType
Box2D.PbShapeType.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static Box2D.PbShapeType[]
Box2D.PbShapeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.box2d.proto that return types with arguments of type Box2D.PbShapeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Box2D.PbShapeType> Box2D.PbShapeType.internalGetValueMap()
Methods in org.box2d.proto with parameters of type Box2D.PbShapeTypeModifier and TypeMethodDescriptionBox2D.PbShape.Builder.setType
(Box2D.PbShapeType value) required .box2d.PbShapeType type = 2;