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.
Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Свойство Type Description
filename string

Méthodes publiques

Méthode Description
BlenderPhmoReader ( string fname ) : System
ReadFile ( ) : JSONNode

Method Details

BlenderPhmoReader() public méthode

public BlenderPhmoReader ( string fname ) : System
fname string
Résultat System

ReadFile() public méthode

public ReadFile ( ) : JSONNode
Résultat SimpleJSON.JSONNode

Property Details

filename public_oe property

public string filename
Résultat string