C# Class Engine.Objects.Zone

A Sphere Zone object.
Afficher le fichier Open project: Radnen/sphere-sfml Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a perfect copy of this Zone.
public Clone ( ) : Zone
Résultat Zone

FromBinary() public static méthode

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

Save() public méthode

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

Zone() public méthode

Creates a new, blank zone.
public Zone ( ) : System.IO
Résultat System.IO