Package com.nhn.gameanvil.protocol
Interface Synchronize.RigidBodyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.RigidBody
,Synchronize.RigidBody.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.RigidBodyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getAngularVelocityX()
float angularVelocity_x = 4;
float
getAngularVelocityY()
float angularVelocity_y = 5;
float
getAngularVelocityZ()
float angularVelocity_z = 6;
float
getVelocityX()
float velocity_x = 1;
float
getVelocityY()
float velocity_y = 2;
float
getVelocityZ()
float velocity_z = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVelocityX
float getVelocityX()
float velocity_x = 1;
- Returns:
- The velocityX.
-
getVelocityY
float getVelocityY()
float velocity_y = 2;
- Returns:
- The velocityY.
-
getVelocityZ
float getVelocityZ()
float velocity_z = 3;
- Returns:
- The velocityZ.
-
getAngularVelocityX
float getAngularVelocityX()
float angularVelocity_x = 4;
- Returns:
- The angularVelocityX.
-
getAngularVelocityY
float getAngularVelocityY()
float angularVelocity_y = 5;
- Returns:
- The angularVelocityY.
-
getAngularVelocityZ
float getAngularVelocityZ()
float angularVelocity_z = 6;
- Returns:
- The angularVelocityZ.
-
-