_3D.CameraAnimations.resetAnimationAnimation

Syntax

<Path>._3D.CameraAnimations.resetAnimation

The method _3D.CameraAnimations.resetAnimation resets all scheduled Camera Animations of the Frame designated by <Path>. This stops all playing animations and cancels all scheduled animations.

Example

var animations : any := self.~.Models,MyFrame.CameraAnimations
animations.resetAnimation
animations.Roundtrip.schedule
animations.play
self.~._3D.CameraAnimations.resetAnimation

Related Topics

_3D.CameraAnimations.play

_3D.CameraAnimations.pause