Interface IActualAnimation<T extends IActualAnimation<T>>

All Superinterfaces:
IAnimation
All Known Implementing Classes:
KeyframeAnimationPlayer

public interface IActualAnimation<T extends IActualAnimation<T>> extends IAnimation
interface for some setters on animation players
  • Method Details

    • setFirstPersonMode

      @NotNull T setFirstPersonMode(@NotNull @NotNull FirstPersonMode firstPersonMode)
      Returns:
      this for chaining (fluent)
    • setFirstPersonConfiguration

      @NotNull T setFirstPersonConfiguration(@NotNull @NotNull FirstPersonConfiguration firstPersonConfiguration)