Table of Contents

Class AnimationUtils

Namespace
HelixToolkit.SharpDX.Animations
Assembly
HelixToolkit.SharpDX.dll
public static class AnimationUtils
Inheritance
AnimationUtils
Inherited Members

Methods

FindKeyFrame<T>(float, IList<T>)

public static int FindKeyFrame<T>(float timeElapsed, IList<T> frames) where T : struct, IKeyFrame

Parameters

timeElapsed float
frames IList<T>

Returns

int

Type Parameters

T