C# Класс SyphonServerTexture, SoftLove

Наследование: MonoBehaviour
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
cachedHeight int
cachedTexID int
cachedWidth int
syphonServerTextureInstance IntPtr
syphonServerTextureValuesCached bool

Открытые методы

Метод Описание
OnDestroy ( ) : void
OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
Start ( ) : void
cacheTextureValues ( RenderTexture rt ) : void

Описание методов

OnDestroy() публичный Метод

public OnDestroy ( ) : void
Результат void

OnRenderImage() публичный Метод

public OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
src RenderTexture
dst RenderTexture
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

cacheTextureValues() публичный Метод

public cacheTextureValues ( RenderTexture rt ) : void
rt RenderTexture
Результат void

Описание свойств

cachedHeight защищенное свойство

protected int cachedHeight
Результат int

cachedTexID защищенное свойство

protected int cachedTexID
Результат int

cachedWidth защищенное свойство

protected int cachedWidth
Результат int

syphonServerTextureInstance защищенное свойство

protected IntPtr syphonServerTextureInstance
Результат IntPtr

syphonServerTextureValuesCached защищенное свойство

protected bool syphonServerTextureValuesCached
Результат bool