C# Class GAudio.GATManager

Inheritance: UnityEngine.MonoBehaviour, IGATDataAllocatorOwner
Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Méthodes publiques

Свойство Type Description
onMainThreadResumed OnMainThreadResumed
popEnvelopeWindow bool

Private Properties

Свойство Type Description
Awake void
InitManager void
OnDestroy void
OnDisable void
OnEnable void
OnLevelWasLoaded void
OnPlaymodeChange void
Start void
Update void

Méthodes publiques

Méthode 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

Méthode Description
Awake ( ) : void
InitManager ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnLevelWasLoaded ( ) : void
OnPlaymodeChange ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetDataContainer() public static méthode

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

GetFixedDataContainer() public static méthode

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
Résultat GATData

Property Details

onMainThreadResumed public_oe static_oe property

public static OnMainThreadResumed onMainThreadResumed
Résultat OnMainThreadResumed

popEnvelopeWindow public_oe property

public bool popEnvelopeWindow
Résultat bool