C# 클래스 AkWwiseWWUBuilder, examples

파일 보기 프로젝트 열기: enzienaudio/examples 1 사용 예제들

공개 메소드들

메소드 설명
AutoPopulate ( ) : bool
Populate ( ) : bool
StartWWUWatcher ( ) : void
StopWWUWatcher ( ) : void
Tick ( ) : void

비공개 메소드들

메소드 설명
AddElementToList ( string in_currentPathInProj, XmlReader in_reader, AssetType in_type, LinkedList in_pathAndIcons, int in_wwuIndex ) : void
GatherModifiedFiles ( ) : bool
GetAssetTypeByRootDir ( string in_rootDir ) : AssetType
RecurseWorkUnit ( AssetType in_type, FileInfo in_workUnit, string in_currentPathInProj, string in_currentPhysicalPath, LinkedList in_pathAndIcons, string in_parentPhysicalPath = "" ) : int
ReplaceWwuEntry ( string in_currentPhysicalPath, AssetType in_type, AkWwiseProjectData, &out_wwu, int &out_wwuIndex ) : void
SortValues ( AkWwiseProjectData, groupToSort ) : void
SortWwu ( string in_type, int in_wwuIndex ) : void
UpdateFiles ( ) : void
UpdateWorkUnit ( string in_parentRelativePath, string in_wwuFullPath, string in_wwuType, string in_relativePath ) : void
createWorkUnit ( string in_relativePath, string in_wwuType, string in_fullPath ) : bool

메소드 상세

AutoPopulate() 공개 정적인 메소드

public static AutoPopulate ( ) : bool
리턴 bool

Populate() 공개 정적인 메소드

public static Populate ( ) : bool
리턴 bool

StartWWUWatcher() 공개 정적인 메소드

public static StartWWUWatcher ( ) : void
리턴 void

StopWWUWatcher() 공개 정적인 메소드

public static StopWWUWatcher ( ) : void
리턴 void

Tick() 공개 정적인 메소드

public static Tick ( ) : void
리턴 void