C# 클래스 BeautyShot, Svelto-ECS-Example

상속: MonoBehaviour
파일 보기 프로젝트 열기: sebas77/Svelto-ECS-Example

공개 프로퍼티들

프로퍼티 타입 설명
captureUsingScreenshot bool
duration float
frameOffset int
frameRate int
layerMask LayerMask
supersampleScreenshot Supersample

공개 메소드들

메소드 설명
OnPostRender ( ) : void
Start ( ) : void
generateFilename ( ) : string

비공개 메소드들

메소드 설명
captureCam ( Camera cam, int w, int h ) : byte[]

메소드 상세

OnPostRender() 공개 메소드

public OnPostRender ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

generateFilename() 공개 메소드

public generateFilename ( ) : string
리턴 string

프로퍼티 상세

captureUsingScreenshot 공개적으로 프로퍼티

public bool captureUsingScreenshot
리턴 bool

duration 공개적으로 프로퍼티

public float duration
리턴 float

frameOffset 공개적으로 프로퍼티

public int frameOffset
리턴 int

frameRate 공개적으로 프로퍼티

public int frameRate
리턴 int

layerMask 공개적으로 프로퍼티

public LayerMask layerMask
리턴 LayerMask

supersampleScreenshot 공개적으로 프로퍼티

public Supersample supersampleScreenshot
리턴 Supersample