Package com.nhn.gameanvil.protocol
Interface Synchronize.TransformOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.Transform
,Synchronize.Transform.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.TransformOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getPositionX()
float position_x = 1;
float
getPositionY()
float position_y = 2;
float
getPositionZ()
float position_z = 3;
float
getQuaternionW()
float quaternion_w = 7;
float
getQuaternionX()
float quaternion_x = 4;
float
getQuaternionY()
float quaternion_y = 5;
float
getQuaternionZ()
float quaternion_z = 6;
float
getScaleX()
float scale_x = 8;
float
getScaleY()
float scale_y = 9;
float
getScaleZ()
float scale_z = 10;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPositionX
float getPositionX()
float position_x = 1;
- Returns:
- The positionX.
-
getPositionY
float getPositionY()
float position_y = 2;
- Returns:
- The positionY.
-
getPositionZ
float getPositionZ()
float position_z = 3;
- Returns:
- The positionZ.
-
getQuaternionX
float getQuaternionX()
float quaternion_x = 4;
- Returns:
- The quaternionX.
-
getQuaternionY
float getQuaternionY()
float quaternion_y = 5;
- Returns:
- The quaternionY.
-
getQuaternionZ
float getQuaternionZ()
float quaternion_z = 6;
- Returns:
- The quaternionZ.
-
getQuaternionW
float getQuaternionW()
float quaternion_w = 7;
- Returns:
- The quaternionW.
-
getScaleX
float getScaleX()
float scale_x = 8;
- Returns:
- The scaleX.
-
getScaleY
float getScaleY()
float scale_y = 9;
- Returns:
- The scaleY.
-
getScaleZ
float getScaleZ()
float scale_z = 10;
- Returns:
- The scaleZ.
-
-