Property | Type | Description | |
---|---|---|---|
frameRate | int | ||
framesCount | int | ||
outputFolder | string |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CalculateToTexture ( |
||
InitializeCamera ( ) : void | ||
InitializeFields ( ) : void | ||
LateUpdate ( ) : void | ||
RenderToTexture ( Camera camera, |
||
Update ( ) : void | ||
WritePNG ( |
Method | Description | |
---|---|---|
CaptureFrame ( ) : IEnumerator |
public CalculateToTexture ( |
||
texWhite | ||
texBlack | ||
texOutput | ||
return | void |
public RenderToTexture ( Camera camera, |
||
camera | Camera | |
tex | ||
return | void |
public WritePNG ( |
||
tex | ||
folder | string | |
return | void |