C# 클래스 Gruppe22.Client.VisibleObject

An animation phase
상속: IXmlSerializable
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
GetSchema ( ) : System.Xml.Schema.XmlSchema

Useless function from the IXmlSerializable-Interface

ReadXml ( System reader ) : void

Get object from an XML-stream

VisibleObject ( ) : System
VisibleObject ( Microsoft.Xna.Framework.Content.ContentManager content, string srcFile, Rectangle clipRect, Backend offset = null, Backend crop = null ) : System

WriteXml ( System writer ) : void

Dump object to an XML-stream

메소드 상세

GetSchema() 공개 메소드

Useless function from the IXmlSerializable-Interface
public GetSchema ( ) : System.Xml.Schema.XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

Get object from an XML-stream
public ReadXml ( System reader ) : void
reader System The reader containing the object
리턴 void

VisibleObject() 공개 메소드

public VisibleObject ( ) : System
리턴 System

VisibleObject() 공개 메소드

public VisibleObject ( Microsoft.Xna.Framework.Content.ContentManager content, string srcFile, Rectangle clipRect, Backend offset = null, Backend crop = null ) : System
content Microsoft.Xna.Framework.Content.ContentManager
srcFile string
clipRect Microsoft.Xna.Framework.Rectangle
offset Backend
crop Backend
리턴 System

WriteXml() 공개 메소드

Dump object to an XML-stream
public WriteXml ( System writer ) : void
writer System The XML-stream to which the object will be dumped
리턴 void