C# Class SyphonServerTextureViewRenderer, SoftLove

Inheritance: MonoBehaviour
显示文件 Open project: benkuper/SoftLove Class Usage Examples

Public Methods

Method Description
CreatedOrResizedRenderTexture ( RenderTexture tex ) : void
OnDestroy ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateScreenWH ( ) : void

Method Details

CreatedOrResizedRenderTexture() public method

public CreatedOrResizedRenderTexture ( RenderTexture tex ) : void
tex RenderTexture
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void