Source set: Common
public class AnimationVector1D(initVal: Float) : AnimationVector()
This class defines a 1D vector. It contains only one Float value that is initialized in the constructor.
Parameters
| initVal | initial value to set the value field to. |
Properties
value
Source set: Common
public var value: Float
This field holds the only Float value in this AnimationVector1D object.