A Sandcastle Documented Class Library
Animation Constructor (frame0, frame1)
NamespacesCollada.AnimationsAnimationAnimation(Single, Single)
Creates a new Animation object with 2 keyframes
Declaration Syntax
C#Visual BasicVisual C++
public Animation(
	float frame0,
	float frame1
)
Public Sub New ( _
	frame0 As Single, _
	frame1 As Single _
)
public:
Animation(
	float frame0, 
	float frame1
)
Parameters
frame0 (Single)
tick for the beginning frame
frame1 (Single)
tick for the end frame

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