Interface Synchronize.RigidBody2DOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getAngularVelocity()
      float angularVelocity = 3;
      float getVelocityX()
      float velocity_x = 1;
      float getVelocityY()
      float velocity_y = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.
      • getAngularVelocity

        float getAngularVelocity()
        float angularVelocity = 3;
        Returns:
        The angularVelocity.