C# Class MapTile, SRPGCK

Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
baselines int[]
cornerInsets float[]
heights int[]
invisible bool
serializeHackUsable bool
sideInsets float[]
tileSpecs int[]
x int

Méthodes publiques

Méthode Description
AdjustHeightOnSides ( int ht, Neighbors, mask, bool top, MapTile, next ) : void
AdjustTileSpecsAfterRemoving ( int i ) : void
ContainsZ ( int zed ) : bool
HighestHeightAt ( Neighbors, side ) : float
InsetCorner ( float inset, Corners, corner ) : void
InsetSides ( float inset, Neighbors, mask ) : void
IsAboveZ ( int zed ) : bool
LowestHeightAt ( Neighbors, side ) : float
MapTile ( int x, int y, int z ) : System
SetTileSpecOnSides ( int spec, Neighbors, mask ) : void

Method Details

AdjustHeightOnSides() public méthode

public AdjustHeightOnSides ( int ht, Neighbors, mask, bool top, MapTile, next ) : void
ht int
mask Neighbors,
top bool
next MapTile,
Résultat void

AdjustTileSpecsAfterRemoving() public méthode

public AdjustTileSpecsAfterRemoving ( int i ) : void
i int
Résultat void

ContainsZ() public méthode

public ContainsZ ( int zed ) : bool
zed int
Résultat bool

HighestHeightAt() public méthode

public HighestHeightAt ( Neighbors, side ) : float
side Neighbors,
Résultat float

InsetCorner() public méthode

public InsetCorner ( float inset, Corners, corner ) : void
inset float
corner Corners,
Résultat void

InsetSides() public méthode

public InsetSides ( float inset, Neighbors, mask ) : void
inset float
mask Neighbors,
Résultat void

IsAboveZ() public méthode

public IsAboveZ ( int zed ) : bool
zed int
Résultat bool

LowestHeightAt() public méthode

public LowestHeightAt ( Neighbors, side ) : float
side Neighbors,
Résultat float

MapTile() public méthode

public MapTile ( int x, int y, int z ) : System
x int
y int
z int
Résultat System

SetTileSpecOnSides() public méthode

public SetTileSpecOnSides ( int spec, Neighbors, mask ) : void
spec int
mask Neighbors,
Résultat void

Property Details

baselines public_oe property

public int[] baselines
Résultat int[]

cornerInsets public_oe property

public float[] cornerInsets
Résultat float[]

heights public_oe property

public int[] heights
Résultat int[]

invisible public_oe property

public bool invisible
Résultat bool

serializeHackUsable public_oe property

public bool serializeHackUsable
Résultat bool

sideInsets public_oe property

public float[] sideInsets
Résultat float[]

tileSpecs public_oe property

public int[] tileSpecs
Résultat int[]

x public_oe property

public int x
Résultat int