C# Class GlTF_Mesh

Inheritance: GlTF_Writer
Show file Open project: tparisi/Unity-glTF-Exporter Class Usage Examples

Public Properties

Property Type Description
primitives List

Public Methods

Method Description
GlTF_Mesh ( ) : UnityEngine
Populate ( Mesh m ) : void
Write ( ) : void

Method Details

GlTF_Mesh() public method

public GlTF_Mesh ( ) : UnityEngine
return UnityEngine

Populate() public method

public Populate ( Mesh m ) : void
m Mesh
return void

Write() public method

public Write ( ) : void
return void

Property Details

primitives public property

public List primitives
return List