C# 클래스 UnityTools.IO.UnityAgentDataType

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

보호된 프로퍼티들

프로퍼티 타입 설명
_httpContentType string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDataStream ( ) : Stream
UnityAgentDataType ( string httpContentType ) : System

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

GetDataStream() 공개 추상적인 메소드

public abstract GetDataStream ( ) : Stream
리턴 Stream

UnityAgentDataType() 공개 메소드

public UnityAgentDataType ( string httpContentType ) : System
httpContentType string
리턴 System

프로퍼티 상세

_httpContentType 보호되어 있는 프로퍼티

protected string _httpContentType
리턴 string