C# Class RemoteCameraCapture, UnderworldExporter

Inheritance: MonoBehaviour
Mostrar archivo Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
FrameInterval int
RenderedImage UnityEngine.Texture2D
cam Camera
camEnabled bool

Public Methods

Method Description
CaptureImage ( Camera camera, int width, int height ) : Texture2D
OnPostRender ( ) : void
Start ( ) : void

Method Details

CaptureImage() public method

public CaptureImage ( Camera camera, int width, int height ) : Texture2D
camera Camera
width int
height int
return UnityEngine.Texture2D

OnPostRender() public method

public OnPostRender ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

FrameInterval public_oe property

public int FrameInterval
return int

RenderedImage public_oe property

public Texture2D,UnityEngine RenderedImage
return UnityEngine.Texture2D

cam public_oe property

public Camera cam
return Camera

camEnabled public_oe property

public bool camEnabled
return bool