C# Class EnvelopeWindow, G-Audio

Inheritance: EditorWindow
ファイルを表示 Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
InitWithEnvelope ( EnvelopeModule module ) : void

Private Methods

Method Description
DidChangePlayMode ( ) : void
DiscardEnvelope ( ) : void
GetLengthStringForSamples ( int samples ) : string
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnHierarchyWindowChange ( ) : void
OnLengthWasMapped ( bool didAdaptFades ) : void
OnLostFocus ( ) : void
SetupHandles ( ) : void
UpdatePosHandle ( ) : void
UpdateZoom ( ) : void

Method Details

InitWithEnvelope() public method

public InitWithEnvelope ( EnvelopeModule module ) : void
module GAudio.EnvelopeModule
return void