Class MapObject
- Namespace
- DevInterface
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
MapObject
- Inherited Members
-
Constructors
MapObject(World, bool)
public MapObject(World world, bool forceRenderMode)
Parameters
world World
forceRenderMode bool
Fields
refreshNextFrameRoom
public int refreshNextFrameRoom
Field Value
- int
roomLoaderIndex
public int roomLoaderIndex
Field Value
- int
roomPrep
public RoomPreparer roomPrep
Field Value
- RoomPreparer
roomReps
public MapObject.RoomRepresentation[] roomReps
Field Value
- RoomRepresentation[]
toRefreshRooms
public int[] toRefreshRooms
Field Value
- int[]
world
Field Value
- World
Methods
Update()