| MCGUIAnimationDelegate Delegate |
The animation delegate.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax public delegate float AnimationDelegate(
float from,
float to,
float t
)
Parameters
- from
- Type: SystemSingle
The start value. - to
- Type: SystemSingle
The end value. - t
- Type: SystemSingle
The animation time. Should be between 0 and 1 (both inclusive).
Return Value
Type:
SingleSee Also