C# 클래스 GAudio.GATSampleInfo

파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clipStatus SoundBankClipStatus

공개 메소드들

메소드 설명
GATSampleInfo ( string path, string guid, int numChannels, int samplesPerChannel, bool isStreamingAsset = false ) : UnityEditor
GetStreamingAssetFullPath ( ) : string
UpdatePathInResources ( ) : void

메소드 상세

GATSampleInfo() 공개 메소드

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

GetStreamingAssetFullPath() 공개 메소드

public GetStreamingAssetFullPath ( ) : string
리턴 string

UpdatePathInResources() 공개 메소드

public UpdatePathInResources ( ) : void
리턴 void

프로퍼티 상세

clipStatus 공개적으로 프로퍼티

public SoundBankClipStatus clipStatus
리턴 SoundBankClipStatus