Interface AnchorPointDataOuterClass.AnchorPointDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AnchorPointDataOuterClass.AnchorPointData, AnchorPointDataOuterClass.AnchorPointData.Builder
Enclosing class:
AnchorPointDataOuterClass

public static interface AnchorPointDataOuterClass.AnchorPointDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPos

      boolean hasPos()
      .Vector pos = 1;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 1;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 1;
    • getEndTime

      int getEndTime()
      uint32 end_time = 9;
      Returns:
      The endTime.
    • hasRot

      boolean hasRot()
      .Vector rot = 6;
      Returns:
      Whether the rot field is set.
    • getRot

      .Vector rot = 6;
      Returns:
      The rot.
    • getRotOrBuilder

      .Vector rot = 6;
    • getAnchorPointId

      int getAnchorPointId()
      uint32 anchor_point_id = 5;
      Returns:
      The anchorPointId.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 15;
      Returns:
      The sceneId.