C# 클래스 UnityTools.IO.UnityAgentJsonDataType

상속: UnityAgentDataType
파일 보기 프로젝트 열기: NoxHarmonium/unity-tools 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDataStream ( ) : Stream
SetJsonData ( JsonData data ) : void
UnityAgentJsonDataType ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDataStream() 공개 메소드

public GetDataStream ( ) : Stream
리턴 Stream

SetJsonData() 공개 메소드

public SetJsonData ( JsonData data ) : void
data LitJson.JsonData
리턴 void

UnityAgentJsonDataType() 공개 메소드

public UnityAgentJsonDataType ( ) : System
리턴 System