Click or drag to resize
Ab4d.SharpEngine logo

FloatKeyframesTrack Constructor

Initializes a new instance of the FloatKeyframesTrack class

Namespace: Ab4d.SharpEngine.Animation
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public FloatKeyframesTrack(
	IAnimation animation,
	Object target,
	int animatedProperty
)

Parameters

animation  IAnimation

[Missing <param name="animation"/> documentation for "M:Ab4d.SharpEngine.Animation.FloatKeyframesTrack.#ctor(Ab4d.SharpEngine.Animation.IAnimation,System.Object,System.Int32)"]

target  Object

[Missing <param name="target"/> documentation for "M:Ab4d.SharpEngine.Animation.FloatKeyframesTrack.#ctor(Ab4d.SharpEngine.Animation.IAnimation,System.Object,System.Int32)"]

animatedProperty  Int32

[Missing <param name="animatedProperty"/> documentation for "M:Ab4d.SharpEngine.Animation.FloatKeyframesTrack.#ctor(Ab4d.SharpEngine.Animation.IAnimation,System.Object,System.Int32)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Animation.FloatKeyframesTrack.#ctor(Ab4d.SharpEngine.Animation.IAnimation,System.Object,System.Int32)"]

See Also