C# 클래스 JSON_Monster, Game-Pattern-Unity3d

상속: MonoBehaviour
파일 보기 프로젝트 열기: wolf96/Game-Pattern-Unity3d

공개 프로퍼티들

프로퍼티 타입 설명
txt UnityEngine.TextAsset

공개 메소드들

메소드 설명
ReadJsonFromTXT ( ) : void
Start ( ) : void
WriteJsonToFile ( string path, string fileName ) : void

메소드 상세

ReadJsonFromTXT() 공개 메소드

public ReadJsonFromTXT ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

WriteJsonToFile() 공개 메소드

public WriteJsonToFile ( string path, string fileName ) : void
path string
fileName string
리턴 void

프로퍼티 상세

txt 공개적으로 프로퍼티

public TextAsset,UnityEngine txt
리턴 UnityEngine.TextAsset