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