public static class CameraSplineInstruction.SplineProgressOption
extends java.lang.Object
| Constructor and Description |
|---|
SplineProgressOption(float value,
float time,
CameraEase ease) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CameraEase |
getEase() |
float |
getTime() |
float |
getValue() |
int |
hashCode() |
void |
setEase(CameraEase ease) |
void |
setTime(float time) |
void |
setValue(float value) |
java.lang.String |
toString() |
public SplineProgressOption(float value,
float time,
CameraEase ease)
public float getValue()
public float getTime()
public CameraEase getEase()
public void setValue(float value)
public void setTime(float time)
public void setEase(CameraEase ease)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object