C# 클래스 uGIF.CaptureToGIF

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: simonwittber/uGIF

공개 프로퍼티들

프로퍼티 타입 설명
capture bool
captureTime float
downscale int
frameRate float
useBilinearScaling bool

공개 메소드들

메소드 설명
Encode ( ) : void
OnPostRender ( ) : void
Start ( ) : void
_Encode ( ) : void

비공개 메소드들

메소드 설명
WaitForBytes ( ) : IEnumerator

메소드 상세

Encode() 공개 메소드

public Encode ( ) : void
리턴 void

OnPostRender() 공개 메소드

public OnPostRender ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

_Encode() 공개 메소드

public _Encode ( ) : void
리턴 void

프로퍼티 상세

capture 공개적으로 프로퍼티

public bool capture
리턴 bool

captureTime 공개적으로 프로퍼티

public float captureTime
리턴 float

downscale 공개적으로 프로퍼티

public int downscale
리턴 int

frameRate 공개적으로 프로퍼티

public float frameRate
리턴 float

useBilinearScaling 공개적으로 프로퍼티

public bool useBilinearScaling
리턴 bool