C# 클래스 a.spritestudio.editor.xml.AttributeReader

XMLの属性の読み込み
파일 보기 프로젝트 열기: cfm-art/SpriteStudioPlayerForUGUI

공개 메소드들

메소드 설명
AtBoolean ( ) : bool

boolで取得

AtFloat ( ) : float

floatで取得

AtInteger ( ) : int

intで取得

AtText ( ) : string

stringで取得

AttributeReader ( XmlAttribute attribute ) : System.Xml

메소드 상세

AtBoolean() 공개 메소드

boolで取得
public AtBoolean ( ) : bool
리턴 bool

AtFloat() 공개 메소드

floatで取得
public AtFloat ( ) : float
리턴 float

AtInteger() 공개 메소드

intで取得
public AtInteger ( ) : int
리턴 int

AtText() 공개 메소드

stringで取得
public AtText ( ) : string
리턴 string

AttributeReader() 공개 메소드

public AttributeReader ( XmlAttribute attribute ) : System.Xml
attribute System.Xml.XmlAttribute
리턴 System.Xml