public static class CameraSplineInstruction.SplineProgressOption
extends java.lang.Object
| Constructor and Description |
|---|
SplineProgressOption(float value,
float time,
CameraEase easingFunc) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
CameraEase |
getEasingFunc() |
float |
getTime() |
float |
getValue() |
int |
hashCode() |
void |
setEasingFunc(CameraEase easingFunc) |
void |
setTime(float time) |
void |
setValue(float value) |
java.lang.String |
toString() |
public SplineProgressOption(float value,
float time,
CameraEase easingFunc)
public float getValue()
public float getTime()
public CameraEase getEasingFunc()
public void setValue(float value)
public void setTime(float time)
public void setEasingFunc(CameraEase easingFunc)
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