C# Class Engine.Objects.Zone

A Sphere Zone object.
Mostra file Open project: Radnen/sphere-sfml Class Usage Examples

Public Methods

Method Description
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.

Method Details

Clone() public method

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

FromBinary() public static method

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

Save() public method

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

Zone() public method

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