Candide.World.AutoTile.AutoTilerPitWall
Type JSONpublic class in Candide.World.AutoTile
Type metadata
- Assembly
Romestead - Namespace
Candide.World.AutoTile - Base type
System.Object - Hash
6D8B4111E9FB2D350234E302DA2962606C28A67258DBAF9E60E609A38AFE1E6D
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DesertPitWallSprite# | public | public CandideCreator.Shared.Graphics.SpriteSheet DesertPitWallSprite |
Missing# | private | private System.Int32 Missing |
PitWallSprite# | public | public CandideCreator.Shared.Graphics.SpriteSheet PitWallSprite |
UpRules# | private | private System.Int32[] UpRules |
Methods
DrawPitWallCorners
#
private System.Void DrawPitWallCorners(System.Int32 x, System.Int32 y, System.Int32 xSize, System.Int32 ySize, System.Int32 mask, Candide.Graphics.Batcher.Batcher batch, System.Int32 height, CandideCreator.Shared.Graphics.SpriteSheet sprite, System.SByte[,] tileHeights, System.Int32 xOffset, System.Int32 yOffset)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
780BA72E22274E49484E80A433EBEC885AF7615806260A6FA24D4950F769271F - Body hash
7DBB6C41C69DC5BDE4C8E3CAAC21E5D963C4B10924D63ECF11AF1B3FF0C24A30 - IL size405
Referenced calls
System.SByte[,]::Get(System.Int32, System.Int32)Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)Candide.World.AutoTile.SpriteSheetExtensions::DrawNoOffset(CandideCreator.Shared.Graphics.SpriteSheet, Candide.Graphics.Batcher.Batcher, Microsoft.Xna.Framework.Point, System.Int32)
RenderDesertPit
#
public System.Void RenderDesertPit(Candide.World.AutoTile.AutoTileRuleSet ruleSet, Microsoft.Xna.Framework.Graphics.SpriteBatch batch, Shared.Models.WorldTile[,] tiles, System.SByte[,] tileHeights, System.Int32 startX, System.Int32 startY, System.Int32 endX, System.Int32 endY, System.Int32 xSize, System.Int32 ySize, System.Int32 xOffset, System.Int32 yOffset)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
9B8976D35FD3B5EB7464393FD88E015FD1CA85D2D06535658AC948FD1B357BA1 - Body hash
45425E7BB7DCECAF56FF72B6DE07769C41D6306AA7F465D37A92BF41AF3B6436 - IL size136
Referenced calls
Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)CandideCreator.Shared.Graphics.SpriteSheet::DrawNoOffset(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Point, System.Int32)
RenderPitWall
#
public System.Void RenderPitWall(Candide.World.AutoTile.AutoTileRuleSet ruleSet, Candide.Graphics.Batcher.Batcher batch, Shared.Models.WorldTile[,] tiles, System.SByte[,] tileHeights, System.Int32 startX, System.Int32 startY, System.Int32 endX, System.Int32 endY, System.Int32 xSize, System.Int32 ySize, System.Int32 xOffset, System.Int32 yOffset)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
EC1DF398DA1EE057391717187731E4D6164154FC33D2C7F33E583CE83F5D17B6 - Body hash
9F615CCB21C871A15D4ECED035946D717F9EC9006E304C39638F5868EAAC4495 - IL size764
Referenced calls
Candide.World.AutoTile.AutoTileRuleSet::GetGroundRuleFor(Shared.Models.WorldTile, System.Byte)Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)Shared.Data.StructureTileFlagsExtension::HasFlags(Shared.Data.StructureTileFlags, Shared.Data.StructureTileFlags)System.SByte[,]::Get(System.Int32, System.Int32)Candide.World.AutoTile.AutoTilerPitWall::DrawPitWallCorners(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, Candide.Graphics.Batcher.Batcher, System.Int32, CandideCreator.Shared.Graphics.SpriteSheet, System.SByte[,], System.Int32, System.Int32)Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)Candide.World.AutoTile.SpriteSheetExtensions::DrawNoOffset(CandideCreator.Shared.Graphics.SpriteSheet, Candide.Graphics.Batcher.Batcher, Microsoft.Xna.Framework.Point, System.Int32)Candide.World.AutoTile.AutoTiler::Draw(System.Int32, System.Int32, System.Int32, System.Int32, Candide.Graphics.Batcher.Batcher, CandideCreator.Shared.Graphics.SpriteSheet, System.Collections.Generic.List<System.Int32>)Candide.World.AutoTile.AutoTiler::RenderTile(Candide.World.AutoTile.AutoTileRuleSet, Candide.Graphics.Batcher.Batcher, Shared.Models.WorldTile[,], System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Single)