[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)]
Assembly: Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)
Syntax
C# |
---|
protected abstract KeyframeOutput Interpolate( float frame, float frame0, float frame1, KeyframeOutput output1, InterpolationType interpolation ) |
Visual Basic (Declaration) |
---|
Protected MustOverride Function Interpolate ( _ frame As Single, _ frame0 As Single, _ frame1 As Single, _ output1 As KeyframeOutput, _ interpolation As InterpolationType _ ) As KeyframeOutput |
Visual C++ |
---|
protected: virtual KeyframeOutput^ Interpolate( float frame, float frame0, float frame1, KeyframeOutput^ output1, InterpolationType interpolation ) abstract |
Parameters
- frame
- Type: System..::.Single
[Missing <param name="frame"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)"]
- frame0
- Type: System..::.Single
[Missing <param name="frame0"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)"]
- frame1
- Type: System..::.Single
[Missing <param name="frame1"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)"]
- output1
- Type: Mogware.VisualStudio.ColladaNet.Animations..::.KeyframeOutput
[Missing <param name="output1"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)"]
- interpolation
- Type: Mogware.VisualStudio.ColladaNet.Animations..::.InterpolationType
[Missing <param name="interpolation"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)"]
Return Value
[Missing <returns> documentation for M:Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,System.Single,Mogware.VisualStudio.ColladaNet.Animations.KeyframeOutput,Mogware.VisualStudio.ColladaNet.Animations.InterpolationType)]