C# 클래스 BrashMonkey.Spriter.Data.IO.SCMLParser

파일 보기 프로젝트 열기: CptDefault/spriterdapi-unity 1 사용 예제들

공개 메소드들

메소드 설명
LoadSCML ( string path ) : void

Loads spriter information from SCML.

SCMLParser ( SpriterData data ) : System
SaveSCML ( string path ) : void

Saves spriter information to SCML.

비공개 메소드들

메소드 설명
FindObjectReferences ( ) : void
ReadAtlas ( XmlElement element ) : void
ReadBone ( SpriterHierarchy hierarchy, XmlElement child ) : void
ReadBoneRef ( SpriterHierarchy hierarchy, XmlElement child ) : void
ReadCharacterMap ( XmlElement element ) : void
ReadDocumentInfo ( XmlElement element ) : void
ReadEntity ( XmlElement element ) : void
ReadFolder ( XmlElement element ) : void
ReadHierarchy ( XmlElement element, SpriterHierarchy hierarchy ) : void
ReadMainline ( XmlElement element, SpriterAnimation animation ) : void
ReadMainlineObject ( XmlElement element, SpriterMainlineKey key ) : void
ReadMainlineObjectRef ( XmlElement element, SpriterMainlineKey key ) : void
ReadMetaData ( XmlElement element, List metaDataList ) : void
ReadTimeline ( XmlElement element, SpriterAnimation animation ) : void
ReadTimelineBone ( XmlElement element, SpriterTimelineKey key ) : void
ReadTimelineObject ( XmlElement element, SpriterTimelineKey key, VariableType variableType ) : void
ReadVariable ( VariableType variableType, string value ) : object
ReadVersionInfo ( XmlElement element ) : void

메소드 상세

LoadSCML() 공개 메소드

Loads spriter information from SCML.
public LoadSCML ( string path ) : void
path string
리턴 void

SCMLParser() 공개 메소드

public SCMLParser ( SpriterData data ) : System
data BrashMonkey.Spriter.Data.ObjectModel.SpriterData
리턴 System

SaveSCML() 공개 메소드

Saves spriter information to SCML.
public SaveSCML ( string path ) : void
path string
리턴 void