[This is preliminary documentation and is subject to change.]
Initializes a new instance of the KeyframeVectorOutput class
Namespace:
Mogware.VisualStudio.ColladaNet.AnimationsAssembly: Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)
Syntax
C# |
---|
public KeyframeVectorOutput( float x, float y, float z ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ x As Single, _ y As Single, _ z As Single _ ) |
Visual C++ |
---|
public: KeyframeVectorOutput( float x, float y, float z ) |
Parameters
- x
- Type: System..::.Single
[Missing <param name="x"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeVectorOutput.#ctor(System.Single,System.Single,System.Single)"]
- y
- Type: System..::.Single
[Missing <param name="y"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeVectorOutput.#ctor(System.Single,System.Single,System.Single)"]
- z
- Type: System..::.Single
[Missing <param name="z"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeVectorOutput.#ctor(System.Single,System.Single,System.Single)"]