A Sandcastle Documented Class Library
GetOutput Method (frame)
NamespacesCollada.AnimationsAnimationGetOutput(Single)
Returns the output animation value for the specified frame. Performs linear interpolation for frames not specifically included in the animation.
Declaration Syntax
C#Visual BasicVisual C++
public KeyframeOutput GetOutput(
	float frame
)
Public Function GetOutput ( _
	frame As Single _
) As KeyframeOutput
public:
KeyframeOutput^ GetOutput(
	float frame
)
Parameters
frame (Single)
Desired frame
Return Value
Returns the animation output value for the frame

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)