C# 클래스 UnityEngine.Networking.DownloadHandlerScript

상속: DownloadHandler
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
DownloadHandlerScript ( ) : System

Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.

DownloadHandlerScript ( byte preallocatedBuffer ) : System

Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.

비공개 메소드들

메소드 설명
InternalSetPreallocatedBuffer ( byte buffer ) : void

메소드 상세

DownloadHandlerScript() 공개 메소드

Create a DownloadHandlerScript which allocates new buffers when passing data to callbacks.

public DownloadHandlerScript ( ) : System
리턴 System

DownloadHandlerScript() 공개 메소드

Create a DownloadHandlerScript which reuses a preallocated buffer to pass data to callbacks.

public DownloadHandlerScript ( byte preallocatedBuffer ) : System
preallocatedBuffer byte A byte buffer into which data will be copied, for use by DownloadHandler.ReceiveData.
리턴 System