C# Class Terraria.World.Generation.GenSearch

Inheritance: GenBase
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
NOT_FOUND System.Point

Méthodes publiques

Méthode Description
Conditions ( ) : GenSearch
Find ( System.Point origin ) : System.Point
RequireAll ( bool mode ) : GenSearch

Méthodes protégées

Méthode Description
Check ( int x, int y ) : bool

Method Details

Check() protected méthode

protected Check ( int x, int y ) : bool
x int
y int
Résultat bool

Conditions() public méthode

public Conditions ( ) : GenSearch
Résultat GenSearch

Find() public abstract méthode

public abstract Find ( System.Point origin ) : System.Point
origin System.Point
Résultat System.Point

RequireAll() public méthode

public RequireAll ( bool mode ) : GenSearch
mode bool
Résultat GenSearch

Property Details

NOT_FOUND public_oe static_oe property

public static Point,System NOT_FOUND
Résultat System.Point