Interface AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder

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

public static interface AnimatorParameterValueInfoOuterClass.AnimatorParameterValueInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool bool_val = 4;
    float
    float float_val = 3;
    int
    int32 int_val = 2;
    int
    uint32 para_type = 1;
     
    boolean
    bool bool_val = 4;
    boolean
    float float_val = 3;
    boolean
    int32 int_val = 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 Details

    • getParaType

      int getParaType()
      uint32 para_type = 1;
      Returns:
      The paraType.
    • hasIntVal

      boolean hasIntVal()
      int32 int_val = 2;
      Returns:
      Whether the intVal field is set.
    • getIntVal

      int getIntVal()
      int32 int_val = 2;
      Returns:
      The intVal.
    • hasFloatVal

      boolean hasFloatVal()
      float float_val = 3;
      Returns:
      Whether the floatVal field is set.
    • getFloatVal

      float getFloatVal()
      float float_val = 3;
      Returns:
      The floatVal.
    • hasBoolVal

      boolean hasBoolVal()
      bool bool_val = 4;
      Returns:
      Whether the boolVal field is set.
    • getBoolVal

      boolean getBoolVal()
      bool bool_val = 4;
      Returns:
      The boolVal.
    • getParaValCase