C# Class Terraria.World.Generation.Actions.SetLiquid

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

Méthodes publiques

Méthode Description
Apply ( System.Point origin, int x, int y ) : bool
SetLiquid ( int type, byte value = (byte)255 ) : Microsoft.Xna.Framework

Method Details

Apply() public méthode

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
Résultat bool

SetLiquid() public méthode

public SetLiquid ( int type, byte value = (byte)255 ) : Microsoft.Xna.Framework
type int
value byte
Résultat Microsoft.Xna.Framework