Function

createZeroVectorFrom

Creates an AnimationVector with all the values set to 0 using the provided TwoWayConverter and the value.

createZeroVectorFrom

Source set: Common
public fun <T, V : AnimationVector> TwoWayConverter<T, V>.createZeroVectorFrom(value: T): V

Creates an AnimationVector with all the values set to 0 using the provided TwoWayConverter and the value.

Returns

a new AnimationVector instance of type V.

Last updated: