Candide.GameModels.Managers.WorldTileManager
Type JSONpublic class in Candide.GameModels.Managers
Type metadata
- Assembly
Romestead - Namespace
Candide.GameModels.Managers - Base type
System.Object - Hash
5A722B494B0852FFFFF443F152A42A2695E372E3A755FED1A0FAD0FAA385C1AF
Relationships
Base type
System.Object
Methods
DryFarmland
#
public System.Void DryFarmland(System.Collections.Generic.List<Microsoft.Xna.Framework.Point> tilePositions)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
571189E4DD48E828DD942FD7F83930F9CB0E3604C820C80BC8028A89DFA5D2A2 - Body hash
6180A54600B15A612472860900C23FA15CAC6F788AB575167AADA53DFF316AD7 - IL size72
Referenced calls
System.Collections.Generic.List<Microsoft.Xna.Framework.Point>::get_Count()CandideServer.Toolkit.TileBoundsHelper::GetTileBoundsFromPoints(System.Collections.Generic.List<Microsoft.Xna.Framework.Point>)System.Collections.Generic.List<Microsoft.Xna.Framework.Point>::GetEnumerator()List.Enumerator<Microsoft.Xna.Framework.Point>::get_Current()Candide.GameModels.Controllers.WorldTileController::SetGroundTile(Microsoft.Xna.Framework.Point, WorldTile.GroundType)List.Enumerator<Microsoft.Xna.Framework.Point>::MoveNext()System.IDisposable::Dispose()Candide.World.ExteriorWorldHandler::UpdateChunkRenders(Microsoft.Xna.Framework.Rectangle, System.Boolean, System.Boolean)
InternalFillRectangle
#
public System.Void InternalFillRectangle(CandideServer.MessageModels.WorldTilesFillRectangleMessage message)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
DA3CAC2CC98FA5E1082593E3766FCE601912FCB4BF3DF80382E75AAB350C58C0 - Body hash
2750278F6EFAD49073EED75972FF913A69263187C3F7F95EE5CC8E3EAC7F1F97 - IL size38
Referenced calls
Candide.GameModels.Controllers.WorldTileController::FillRectangle(Microsoft.Xna.Framework.Rectangle, System.Nullable<WorldTile.GroundType>, System.Nullable<WorldTile.StructureType>)Candide.World.ExteriorWorldHandler::UpdateChunkRenders(Microsoft.Xna.Framework.Rectangle, System.Boolean, System.Boolean)
WaterFarmland
#
public System.Void WaterFarmland(System.Collections.Generic.List<Microsoft.Xna.Framework.Point> tilePositions)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
FD3FD422351F4BCBEC4D55C229FDA4063243DC655E215C2C189FD1E712C83928 - Body hash
B61FF0D5A9388BBFD92CB56ED2215B244C2B246C8579F50C3432982E87703866 - IL size242
Referenced calls
System.Collections.Generic.List<Microsoft.Xna.Framework.Point>::get_Count()System.Collections.Generic.List<Microsoft.Xna.Framework.Point>::get_Item(System.Int32)System.Collections.Generic.List<Microsoft.Xna.Framework.Point>::GetEnumerator()List.Enumerator<Microsoft.Xna.Framework.Point>::get_Current()Shared.Models.WorldTile[,]::Address(System.Int32, System.Int32)Candide.GameModels.Controllers.WorldTileController::SetGroundTile(Microsoft.Xna.Framework.Point, WorldTile.GroundType)List.Enumerator<Microsoft.Xna.Framework.Point>::MoveNext()System.IDisposable::Dispose()Microsoft.Xna.Framework.Rectangle::.ctor(System.Int32, System.Int32, System.Int32, System.Int32)Candide.World.ExteriorWorldHandler::UpdateChunkRenders(Microsoft.Xna.Framework.Rectangle, System.Boolean, System.Boolean)