C# 클래스 GAudio.AGATLoadingOperation

Base class for asynchronous loading operations. Request a loading operation from the GATAudioLoader singleton, configure, and add to it's operation queue ( QueueOperation method ). One operation can load multiple files. Operation objects are one use only.
파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( string relativePath, PathRelativeType pathType ) : bool

Adds the specified file to the operation. Returns false if the file format is not supported or does not exist, or if the operation is already scheduled / processing.

메소드 상세

AddFile() 공개 추상적인 메소드

Adds the specified file to the operation. Returns false if the file format is not supported or does not exist, or if the operation is already scheduled / processing.
public abstract AddFile ( string relativePath, PathRelativeType pathType ) : bool
relativePath string
pathType PathRelativeType
리턴 bool