C# 클래스 EveryplayThumbnailPool, swip3

상속: MonoBehaviour
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pixelPerfect bool
takeRandomShots bool
textureFormat TextureFormat
thumbnailCount int
thumbnailWidth int

공개 메소드들

메소드 설명
Awake ( ) : void
Destroy ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Initialize ( ) : void
OnReadyForRecording ( bool ready ) : void
OnRecordingStarted ( ) : void
OnThumbnailReady ( int id, bool portrait ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

pixelPerfect 공개적으로 프로퍼티

public bool pixelPerfect
리턴 bool

takeRandomShots 공개적으로 프로퍼티

public bool takeRandomShots
리턴 bool

textureFormat 공개적으로 프로퍼티

public TextureFormat textureFormat
리턴 TextureFormat

thumbnailCount 공개적으로 프로퍼티

public int thumbnailCount
리턴 int

thumbnailWidth 공개적으로 프로퍼티

public int thumbnailWidth
리턴 int