C# Class SyphonServerTexture, SoftLove

Inheritance: MonoBehaviour
Afficher le fichier Open project: benkuper/SoftLove

Protected Properties

Свойство Type Description
cachedHeight int
cachedTexID int
cachedWidth int
syphonServerTextureInstance IntPtr
syphonServerTextureValuesCached bool

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
Start ( ) : void
cacheTextureValues ( RenderTexture rt ) : void

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnRenderImage() public méthode

public OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
src RenderTexture
dst RenderTexture
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

cacheTextureValues() public méthode

public cacheTextureValues ( RenderTexture rt ) : void
rt RenderTexture
Résultat void

Property Details

cachedHeight protected_oe property

protected int cachedHeight
Résultat int

cachedTexID protected_oe property

protected int cachedTexID
Résultat int

cachedWidth protected_oe property

protected int cachedWidth
Résultat int

syphonServerTextureInstance protected_oe property

protected IntPtr syphonServerTextureInstance
Résultat IntPtr

syphonServerTextureValuesCached protected_oe property

protected bool syphonServerTextureValuesCached
Résultat bool