C# Class SpriterMinimizer.Def

ファイルを表示 Open project: SBCGames/SpriterMinimizer Class Usage Examples

Public Properties

Property Type Description
attributes Item>.Dictionary
childElements Def>.Dictionary
name string

Public Methods

Method Description
ShouldSerializeattributes ( ) : bool
ShouldSerializechildElements ( ) : bool

Method Details

ShouldSerializeattributes() public method

public ShouldSerializeattributes ( ) : bool
return bool

ShouldSerializechildElements() public method

public ShouldSerializechildElements ( ) : bool
return bool

Property Details

attributes public_oe property

public Dictionary attributes
return Item>.Dictionary

childElements public_oe property

public Dictionary childElements
return Def>.Dictionary

name public_oe property

public string name
return string