value property
value property
Gets or sets the key-frame’s value.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.threed.animation
- class
KeyFrame
Gets or sets the key-frame’s value.
@property
def value(self):
...
@value.setter
def value(self, value):
...
aspose.threed.animation
KeyFrame