C# Class a.spritestudio.editor.xml.AttributeReader

XMLの属性の読み込み
ファイルを表示 Open project: cfm-art/SpriteStudioPlayerForUGUI

Public Methods

Method Description
AtBoolean ( ) : bool

boolで取得

AtFloat ( ) : float

floatで取得

AtInteger ( ) : int

intで取得

AtText ( ) : string

stringで取得

AttributeReader ( XmlAttribute attribute ) : System.Xml

Method Details

AtBoolean() public method

boolで取得
public AtBoolean ( ) : bool
return bool

AtFloat() public method

floatで取得
public AtFloat ( ) : float
return float

AtInteger() public method

intで取得
public AtInteger ( ) : int
return int

AtText() public method

stringで取得
public AtText ( ) : string
return string

AttributeReader() public method

public AttributeReader ( XmlAttribute attribute ) : System.Xml
attribute System.Xml.XmlAttribute
return System.Xml