Performs camera animation according to the given parameters.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void Animate( XViewportMouseControllerState from, XViewportMouseControllerState to, double duration ) |
Parameters
- from
- Type: SGP.XSpace..::.XViewportMouseControllerState
Initial camera settings at the animation beginning.
- to
- Type: SGP.XSpace..::.XViewportMouseControllerState
Final camera settings at the animation end.
- duration
- Type: System..::.Double
Animation duration in second.