PathfindingBuildSettingsAsset

Inherits from Asset

Summary

Constructors

PathfindingBuildSettingsAsset()
PathfindingBuildSettingsAsset(guid: Guid)
PathfindingBuildSettingsAsset(other: Asset)
PathfindingBuildSettingsAsset(other: DataContainer)

Properties

Name Type
entityRadius float
entityHeight float
maxWalkableSlope float
maxStep float
minIslandSurfaceArea float
voxSize float
gridSideLength float
additionalInwardsSmoothingDist float
terrainSamplingStep int
tesselateForPathingAccuracy bool
useEnhancedTerrainTracking bool
optimizeForAxisAligned bool
leaveSmallIslandsTouchingPortals bool

Static members

Name Type
PathfindingBuildSettingsAsset.typeInfo TypeInformation

Constructors

PathfindingBuildSettingsAsset

PathfindingBuildSettingsAsset()

Creates a new PathfindingBuildSettingsAsset frostbite instance.

PathfindingBuildSettingsAsset

PathfindingBuildSettingsAsset(guid: Guid)

Creates a new PathfindingBuildSettingsAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PathfindingBuildSettingsAsset

PathfindingBuildSettingsAsset(other: Asset)

Casts an instance of type Asset to PathfindingBuildSettingsAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PathfindingBuildSettingsAsset.

PathfindingBuildSettingsAsset

PathfindingBuildSettingsAsset(other: DataContainer)

Casts an instance of type DataContainer to PathfindingBuildSettingsAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PathfindingBuildSettingsAsset.

Properties

entityRadius

float

entityHeight

float

maxWalkableSlope

float

maxStep

float

minIslandSurfaceArea

float

voxSize

float

gridSideLength

float

additionalInwardsSmoothingDist

float

terrainSamplingStep

int

tesselateForPathingAccuracy

bool

useEnhancedTerrainTracking

bool

optimizeForAxisAligned

bool

leaveSmallIslandsTouchingPortals

bool

Static members

typeInfo

TypeInformation

The type information for the PathfindingBuildSettingsAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)