PathfindingDebugSettings
Inherits from DataContainer
Summary
Constructors
PathfindingDebugSettings() |
PathfindingDebugSettings(guid: Guid) |
PathfindingDebugSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
typesToDrawMask | int |
textOffsetY | int |
textStartX | int |
textStartY | int |
replayMode | PathfindingReplayMode |
drawConnections | bool |
drawObstacles | bool |
drawPolygonOutline | bool |
drawFilledPolygons | bool |
drawMemory | bool |
drawStats | bool |
drawTimings | bool |
originalPaths | bool |
randomPositions | bool |
potentialObstacles | bool |
Static members
Name | Type |
---|---|
PathfindingDebugSettings.typeInfo | TypeInformation |
Constructors
PathfindingDebugSettings
PathfindingDebugSettings()
Creates a new PathfindingDebugSettings frostbite instance.
PathfindingDebugSettings
PathfindingDebugSettings(guid: Guid)
Creates a new PathfindingDebugSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PathfindingDebugSettings
PathfindingDebugSettings(other: DataContainer)
Casts an instance of type DataContainer to PathfindingDebugSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PathfindingDebugSettings. |
Properties
typesToDrawMask
int
textOffsetY
int
textStartX
int
textStartY
int
replayMode
drawConnections
bool
drawObstacles
bool
drawPolygonOutline
bool
drawFilledPolygons
bool
drawMemory
bool
drawStats
bool
drawTimings
bool
originalPaths
bool
randomPositions
bool
potentialObstacles
bool
Static members
typeInfo
The type information for the PathfindingDebugSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)