MDAL Unity Interface
Static Public Member Functions | Protected Member Functions | List of all members
Mdal.MdalMesh Class Reference

Wrapper object for an MDAL Mesh instance More...

Inheritance diagram for Mdal.MdalMesh:

Static Public Member Functions

static implicit operator SimpleMesh (MdalMesh thisMesh)
 Returns the mesh as a Simplemesh More...
 
static implicit operator DMesh3 (MdalMesh thisMesh)
 Returns the mesh as a DMesh3 More...
 

Protected Member Functions

override bool ReleaseHandle ()
 

Detailed Description

Wrapper object for an MDAL Mesh instance

MdalMesh will implictly cast into either Simplemesh or DMesh3

Member Function Documentation

◆ operator DMesh3()

static implicit Mdal.MdalMesh.operator DMesh3 ( MdalMesh  thisMesh)
static

Returns the mesh as a DMesh3

Returns
DMesh3

◆ operator SimpleMesh()

static implicit Mdal.MdalMesh.operator SimpleMesh ( MdalMesh  thisMesh)
static

Returns the mesh as a Simplemesh

Returns
Simplemesh

The documentation for this class was generated from the following file: