C# Class GAudio.GATSampleInfo

Afficher le fichier Open project: gregzo/G-Audio Class Usage Examples

Méthodes publiques

Свойство Type Description
clipStatus SoundBankClipStatus

Méthodes publiques

Méthode Description
GATSampleInfo ( string path, string guid, int numChannels, int samplesPerChannel, bool isStreamingAsset = false ) : UnityEditor
GetStreamingAssetFullPath ( ) : string
UpdatePathInResources ( ) : void

Method Details

GATSampleInfo() public méthode

public GATSampleInfo ( string path, string guid, int numChannels, int samplesPerChannel, bool isStreamingAsset = false ) : UnityEditor
path string
guid string
numChannels int
samplesPerChannel int
isStreamingAsset bool
Résultat UnityEditor

GetStreamingAssetFullPath() public méthode

public GetStreamingAssetFullPath ( ) : string
Résultat string

UpdatePathInResources() public méthode

public UpdatePathInResources ( ) : void
Résultat void

Property Details

clipStatus public_oe property

public SoundBankClipStatus clipStatus
Résultat SoundBankClipStatus