C# Class Kvant.Tunnel

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: keijiro/VJ05

Private Properties

Property Type Description
CreateBuffer UnityEngine.RenderTexture
CreateMaterial UnityEngine.Material
LateUpdate void
OnDestroy void
OnGUI void
Reset void
ResetResources void
UpdateColumnAndRowCounts void
UpdateKernelShader void

Public Methods

Method Description
NotifyConfigChange ( ) : void

Private Methods

Method Description
CreateBuffer ( ) : RenderTexture
CreateMaterial ( Shader shader ) : Material
LateUpdate ( ) : void
OnDestroy ( ) : void
OnGUI ( ) : void
Reset ( ) : void
ResetResources ( ) : void
UpdateColumnAndRowCounts ( ) : void
UpdateKernelShader ( ) : void

Method Details

NotifyConfigChange() public method

public NotifyConfigChange ( ) : void
return void