C# 클래스 TagTool.Geometry.BlenderPhmoReader

This class loads, reads, tokenises, and parses a simple file format designed to store data exported from the Blender modeling program.
파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
filename string

공개 메소드들

메소드 설명
BlenderPhmoReader ( string fname ) : System
ReadFile ( ) : JSONNode

메소드 상세

BlenderPhmoReader() 공개 메소드

public BlenderPhmoReader ( string fname ) : System
fname string
리턴 System

ReadFile() 공개 메소드

public ReadFile ( ) : JSONNode
리턴 SimpleJSON.JSONNode

프로퍼티 상세

filename 공개적으로 프로퍼티

public string filename
리턴 string