C# 클래스 AlphaTab.Exporter.AlphaTexExporter

파일 보기 프로젝트 열기: CoderLine/alphaTab

공개 메소드들

메소드 설명
AlphaTexExporter ( ) : AlphaTab.Collections
Export ( AlphaTab.Model.Track track ) : void
ToTex ( ) : string

비공개 메소드들

메소드 설명
Bar ( Bar bar ) : void
BarMeta ( Bar bar ) : void
Bars ( AlphaTab.Model.Track track ) : void
Beat ( Beat beat ) : void
BeatEffects ( Beat beat ) : void
EffectClose ( bool hasBeatEffectOpen ) : void
EffectOpen ( bool hasBeatEffectOpen ) : bool
MetaData ( AlphaTab.Model.Track track ) : void
Note ( Note note ) : void
NoteEffects ( Note note ) : void
Score ( AlphaTab.Model.Track track ) : void
StringMetaData ( string key, string value ) : void
Voice ( Voice voice ) : void

메소드 상세

AlphaTexExporter() 공개 메소드

public AlphaTexExporter ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections

Export() 공개 메소드

public Export ( AlphaTab.Model.Track track ) : void
track AlphaTab.Model.Track
리턴 void

ToTex() 공개 메소드

public ToTex ( ) : string
리턴 string