stop property
stop property
Gets or sets the time in seconds of the end of the clip.
Definition:
@property
def stop(self):
...
@stop.setter
def stop(self, value):
...
See Also
- module
aspose.threed.animation
- class
AnimationClip
Gets or sets the time in seconds of the end of the clip.
@property
def stop(self):
...
@stop.setter
def stop(self, value):
...
aspose.threed.animation
AnimationClip