Auki::ConjureKit::Odal::Animation::Curve
Public Functions
Name | |
---|---|
Curve() | |
Curve(Type type, string propertyName, Key[] keys) | |
Curve(Type type, string propertyName, float startValue, float targetValue, float duration, bool ease) |
Public Attributes
Name | |
---|---|
Type | type |
string | propertyName |
Key[] | keys |
Public Functions Documentation
function Curve
Curve()
function Curve
Curve(
Type type,
string propertyName,
Key[] keys
)
function Curve
Curve(
Type type,
string propertyName,
float startValue,
float targetValue,
float duration,
bool ease
)
Public Attributes Documentation
variable type
Type type;
variable propertyName
string propertyName;
variable keys
Key[] keys;