BBMOD_Importer
A constructor defined in BBMOD_Importer.gml
Implements BBMOD_IDestructible
new BBMOD_Importer()
Description
Base class for model importers.
Properties
| Name | Description |
|---|---|
| FlipUVHorizontally | If true then UV texture coordinates of imported models will be flipped horizontally. Defaults to false. |
| FlipUVVertically | If true then UV texture coordinates of imported models will be flipped vertically. Defaults to false. |
Methods
| Name | Description |
|---|---|
| can_import | Checks whether a file can be imported. |
| destroy | Frees memory used by the struct. |
| import | Imports a model from a file. |