C# 클래스 Engine.Objects.Zone

A Sphere Zone object.
파일 보기 프로젝트 열기: Radnen/sphere-sfml 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Zone

Creates a perfect copy of this Zone.

FromBinary ( BinaryReader reader ) : Zone

Creates a zone from a filestream.

Save ( BinaryWriter writer ) : void

Stores the zone into a filestream.

Zone ( ) : System.IO

Creates a new, blank zone.

메소드 상세

Clone() 공개 메소드

Creates a perfect copy of this Zone.
public Clone ( ) : Zone
리턴 Zone

FromBinary() 공개 정적인 메소드

Creates a zone from a filestream.
public static FromBinary ( BinaryReader reader ) : Zone
reader System.IO.BinaryReader The System.IO.BinrayReader to use.
리턴 Zone

Save() 공개 메소드

Stores the zone into a filestream.
public Save ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter The System.IO.BinaryWriter to use.
리턴 void

Zone() 공개 메소드

Creates a new, blank zone.
public Zone ( ) : System.IO
리턴 System.IO