C# Class SyphonServerTexture, SoftLove

Inheritance: MonoBehaviour
Show file Open project: benkuper/SoftLove

Protected Properties

Property Type Description
cachedHeight int
cachedTexID int
cachedWidth int
syphonServerTextureInstance IntPtr
syphonServerTextureValuesCached bool

Public Methods

Method Description
OnDestroy ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
Start ( ) : void
cacheTextureValues ( RenderTexture rt ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnRenderImage() public method

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

Start() public method

public Start ( ) : void
return void

cacheTextureValues() public method

public cacheTextureValues ( RenderTexture rt ) : void
rt RenderTexture
return void

Property Details

cachedHeight protected property

protected int cachedHeight
return int

cachedTexID protected property

protected int cachedTexID
return int

cachedWidth protected property

protected int cachedWidth
return int

syphonServerTextureInstance protected property

protected IntPtr syphonServerTextureInstance
return IntPtr

syphonServerTextureValuesCached protected property

protected bool syphonServerTextureValuesCached
return bool