Readonly
parserStatic
_issueBasically convert a given string to the desired output.
The input values can be set by various sources, including text based files like TMX or JSON. The idea is to make sense of a designers input and make things nice and configurable,
okay, string: error desc;
the name
data from the component
unparsed value from the instance
object that
Static
toGenerated using TypeDoc
Translates a string to a ease function. This function allows a great deal of
Examples:
sine.out => Easing.Sine.easeOut sine.in => Easing.Sine.easeIn sine.inOut => Easing.Sine.easeInOut sine => Easing.Sine.easeInOut
["sine", "out"] => Easing.Sine.easeOut