C# Class SyphonServerTexture, SoftLove

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

protected int cachedHeight
return int

cachedTexID protected_oe property

protected int cachedTexID
return int

cachedWidth protected_oe property

protected int cachedWidth
return int

syphonServerTextureInstance protected_oe property

protected IntPtr syphonServerTextureInstance
return IntPtr

syphonServerTextureValuesCached protected_oe property

protected bool syphonServerTextureValuesCached
return bool