C# 클래스 SpriterMinimizer.Def

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

공개 프로퍼티들

프로퍼티 타입 설명
attributes Item>.Dictionary
childElements Def>.Dictionary
name string

공개 메소드들

메소드 설명
ShouldSerializeattributes ( ) : bool
ShouldSerializechildElements ( ) : bool

메소드 상세

ShouldSerializeattributes() 공개 메소드

public ShouldSerializeattributes ( ) : bool
리턴 bool

ShouldSerializechildElements() 공개 메소드

public ShouldSerializechildElements ( ) : bool
리턴 bool

프로퍼티 상세

attributes 공개적으로 프로퍼티

public Dictionary attributes
리턴 Item>.Dictionary

childElements 공개적으로 프로퍼티

public Dictionary childElements
리턴 Def>.Dictionary

name 공개적으로 프로퍼티

public string name
리턴 string