C# Class Kvant.Lattice

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

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