Class RoomPreparer
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class RoomPreparer
- Inheritance
-
RoomPreparer
- Inherited Members
-
Constructors
RoomPreparer(Room, bool, bool, bool)
public RoomPreparer(Room room, bool loadAiHeatMaps, bool falseBake, bool shortcutsOnly)
Parameters
room Room
loadAiHeatMaps bool
falseBake bool
shortcutsOnly bool
Fields
aiDataPreprocessor
public AIdataPreprocessor aiDataPreprocessor
Field Value
- AIdataPreprocessor
aiHeatMapsData
public string aiHeatMapsData
Field Value
- string
aiMapper
Field Value
- AImapper
finished
Field Value
- bool
loadAiHeatMaps
public bool loadAiHeatMaps
Field Value
- bool
requestReadyForAI
public bool requestReadyForAI
Field Value
- bool
requestShortcutsReady
public bool requestShortcutsReady
Field Value
- bool
scMapper
public ShortcutMapper scMapper
Field Value
- ShortcutMapper
shortcutsOnly
public bool shortcutsOnly
Field Value
- bool
status
Field Value
- int
thread
Field Value
- Thread
threadFinished
public bool threadFinished
Field Value
- bool
Properties
done
public bool done { get; set; }
Property Value
- bool
failed
public bool failed { get; set; }
Property Value
- bool
falseBake
public bool falseBake { get; set; }
Property Value
- bool
room
public Room room { get; set; }
Property Value
- Room
Methods
ReturnRoomConnectivity()
public AbstractRoomNode[] ReturnRoomConnectivity()
Returns
- AbstractRoomNode[]
Update()
UpdateThread()
public void UpdateThread()