C# Class SyphonServerTextureCustomResolution, ITP_OpenSourceAnimation

Inheritance: SyphonServerTexture
Show file Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Public Properties

Property Type Description
drawScene bool
renderHeight int
renderWidth int

Public Methods

Method Description
OnGUI ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
OnRenderObject ( ) : void
Start ( ) : void
createOrResizeRenderTexture ( ) : void
testCameraExists ( ) : bool

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
src RenderTexture
dst RenderTexture
return void

OnRenderObject() public method

public OnRenderObject ( ) : void
return void

Start() public method

public Start ( ) : void
return void

createOrResizeRenderTexture() public method

public createOrResizeRenderTexture ( ) : void
return void

testCameraExists() public method

public testCameraExists ( ) : bool
return bool

Property Details

drawScene public property

public bool drawScene
return bool

renderHeight public property

public int renderHeight
return int

renderWidth public property

public int renderWidth
return int