[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Animations.Animation.GetOutput(System.Single)]

Namespace:  Mogware.VisualStudio.ColladaNet.Animations
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public KeyframeOutput GetOutput(
	float frame
)
Visual Basic (Declaration)
Public Function GetOutput ( _
	frame As Single _
) As KeyframeOutput
Visual C++
public:
KeyframeOutput^ GetOutput(
	float frame
)

Parameters

frame
Type: System..::.Single

[Missing <param name="frame"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.Animation.GetOutput(System.Single)"]

Return Value

[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Animations.Animation.GetOutput(System.Single)]

See Also