C# Class GAudio.GATManager

Inheritance: UnityEngine.MonoBehaviour, IGATDataAllocatorOwner
Mostra file Open project: gregzo/G-Audio Class Usage Examples

Public Properties

Property Type Description
onMainThreadResumed OnMainThreadResumed
popEnvelopeWindow bool

Private Properties

Property Type Description
Awake void
InitManager void
OnDestroy void
OnDisable void
OnEnable void
OnLevelWasLoaded void
OnPlaymodeChange void
Start void
Update void

Public Methods

Method Description
GetDataContainer ( int length ) : GATData

Convenience method to request a chunk of virtual memory from the default GATDataAllocator instance.

GetFixedDataContainer ( int length, string description ) : GATData

Convenience method to request a chunk of fixed virtual memory from the default GATDataAllocator instance.

Private Methods

Method Description
Awake ( ) : void
InitManager ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnLevelWasLoaded ( ) : void
OnPlaymodeChange ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetDataContainer() public static method

Convenience method to request a chunk of virtual memory from the default GATDataAllocator instance.
public static GetDataContainer ( int length ) : GATData
length int
return GATData

GetFixedDataContainer() public static method

Convenience method to request a chunk of fixed virtual memory from the default GATDataAllocator instance.
public static GetFixedDataContainer ( int length, string description ) : GATData
length int
description string
return GATData

Property Details

onMainThreadResumed public_oe static_oe property

public static OnMainThreadResumed onMainThreadResumed
return OnMainThreadResumed

popEnvelopeWindow public_oe property

public bool popEnvelopeWindow
return bool