AnimationExportParameters Class Members
In This Topic
The following tables list the members exposed by AnimationExportParameters.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EndFrame |
Gets and sets the last frame to be exported. When set to a negative value, export will stop at the end of the animation.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FilePath |
Gets and sets the file path to export to.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FrameRate |
Gets and sets the number of images for each second of the animation.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Quality |
Gets and sets a multiplier used for the data rate when exporting a video format. A higher value will increase the quality, but also the file size of the exported video.
The value can range from '0' to '1'.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ResolutionHeight |
Gets and sets the pixel height of the export.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ResolutionWidth |
Gets and sets the pixel width of the export.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | StartFrame |
Gets and sets the frame to start exporting from. When set to zero or less, export will start from the beginning of the animation.
|
Top
See Also