|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
Public Member Functions | |
| vxImportResult (vxMesh model) | |
| vxImportResult (vxMesh model, List< string > warnings) | |
| vxImportResult (List< string > errors) | |
Public Attributes | |
| vxImportResultStatus | ImportResultStatus |
| List< string > | Errors = new List<string>() |
| List< string > | Warnings = new List<string>() |
| readonly vxMesh | ImportedModel |