Enum Class KeyframeChannel

java.lang.Object
java.lang.Enum<KeyframeChannel>
kr.toxicity.model.api.data.raw.KeyframeChannel
All Implemented Interfaces:
Serializable, Comparable<KeyframeChannel>, Constable

@Internal public enum KeyframeChannel extends Enum<KeyframeChannel>
keyframe channel.
  • Enum Constant Details

    • POSITION

      @SerializedName("position") public static final KeyframeChannel POSITION
      Position
    • ROTATION

      @SerializedName("rotation") public static final KeyframeChannel ROTATION
      Rotation
    • SCALE

      @SerializedName("scale") public static final KeyframeChannel SCALE
      Scale
    • TIMELINE

      @SerializedName("timeline") public static final KeyframeChannel TIMELINE
      Timeline
    • SOUND

      @SerializedName("sound") public static final KeyframeChannel SOUND
      Sound
    • PARTICLE

      @SerializedName("particle") public static final KeyframeChannel PARTICLE
      Particle
  • Method Details

    • values

      public static KeyframeChannel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static KeyframeChannel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null