TextureAtlasExporter.flattenSkewObject
#### Availability
Animate 2020.
#### Usage
TextureAtlasExporter.flattenSkewObject
#### Description
Property; Boolean value which indicates whether skewed assets needs to be flattened to the texture atlas.
#### Example
javascript
var exporter = new TextureAtlasExporter;
exporter.flattenSkewObject = true;
`