A Sandcastle Documented Class Library
Keyframe Constructor (frame, output, interpolation)
NamespacesCollada.AnimationsKeyframeKeyframe(Single, KeyframeOutput, InterpolationType)
Initializes a new instance of the Keyframe class
Declaration Syntax
C#Visual BasicVisual C++
public Keyframe(
	float frame,
	KeyframeOutput output,
	InterpolationType interpolation
)
Public Sub New ( _
	frame As Single, _
	output As KeyframeOutput, _
	interpolation As InterpolationType _
)
public:
Keyframe(
	float frame, 
	KeyframeOutput^ output, 
	InterpolationType interpolation
)
Parameters
frame (Single)

[Missing <param name="frame"/> documentation for "M:Collada.Animations.Keyframe.#ctor(System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

output (KeyframeOutput)

[Missing <param name="output"/> documentation for "M:Collada.Animations.Keyframe.#ctor(System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

interpolation (InterpolationType)

[Missing <param name="interpolation"/> documentation for "M:Collada.Animations.Keyframe.#ctor(System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

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