C# Class GAudio.GATSampleInfo

Exibir arquivo Open project: gregzo/G-Audio Class Usage Examples

Public Properties

Property Type Description
clipStatus SoundBankClipStatus

Public Methods

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

Method Details

GATSampleInfo() public method

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

GetStreamingAssetFullPath() public method

public GetStreamingAssetFullPath ( ) : string
return string

UpdatePathInResources() public method

public UpdatePathInResources ( ) : void
return void

Property Details

clipStatus public_oe property

public SoundBankClipStatus clipStatus
return SoundBankClipStatus