C# Class TagTool.Geometry.BlenderPhmoReader

This class loads, reads, tokenises, and parses a simple file format designed to store data exported from the Blender modeling program.
Mostra file Open project: TheGuardians/TagTool Class Usage Examples

Public Properties

Property Type Description
filename string

Public Methods

Method Description
BlenderPhmoReader ( string fname ) : System
ReadFile ( ) : JSONNode

Method Details

BlenderPhmoReader() public method

public BlenderPhmoReader ( string fname ) : System
fname string
return System

ReadFile() public method

public ReadFile ( ) : JSONNode
return SimpleJSON.JSONNode

Property Details

filename public_oe property

public string filename
return string