Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TagTool
Geometry
BlenderPhmoReader
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.
Show 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 property
public
string
filename
return
string