C# Class SyphonServerTextureCustomResolution, ITP_OpenSourceAnimation

Inheritance: SyphonServerTexture
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Méthodes publiques

Свойство Type Description
drawScene bool
renderHeight int
renderWidth int

Méthodes publiques

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

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnRenderImage() public méthode

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

OnRenderObject() public méthode

public OnRenderObject ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

createOrResizeRenderTexture() public méthode

public createOrResizeRenderTexture ( ) : void
Résultat void

testCameraExists() public méthode

public testCameraExists ( ) : bool
Résultat bool

Property Details

drawScene public_oe property

public bool drawScene
Résultat bool

renderHeight public_oe property

public int renderHeight
Résultat int

renderWidth public_oe property

public int renderWidth
Résultat int