Interface Synchronize.AnimatorParameterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBoolValue()
      bool bool_value = 2;
      float getFloatValue()
      float float_value = 3;
      int getIntValue()
      int32 int_value = 1;
      Synchronize.AnimatorParameter.TypeCase getTypeCase()  
      boolean hasBoolValue()
      bool bool_value = 2;
      boolean hasFloatValue()
      float float_value = 3;
      boolean hasIntValue()
      int32 int_value = 1;
      • 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

      • hasIntValue

        boolean hasIntValue()
        int32 int_value = 1;
        Returns:
        Whether the intValue field is set.
      • getIntValue

        int getIntValue()
        int32 int_value = 1;
        Returns:
        The intValue.
      • hasBoolValue

        boolean hasBoolValue()
        bool bool_value = 2;
        Returns:
        Whether the boolValue field is set.
      • getBoolValue

        boolean getBoolValue()
        bool bool_value = 2;
        Returns:
        The boolValue.
      • hasFloatValue

        boolean hasFloatValue()
        float float_value = 3;
        Returns:
        Whether the floatValue field is set.
      • getFloatValue

        float getFloatValue()
        float float_value = 3;
        Returns:
        The floatValue.