PathFollowingComponentData

Inherits from ComponentData

Summary

Constructors

PathFollowingComponentData()
PathFollowingComponentData(guid: Guid)
PathFollowingComponentData(other: ComponentData)
PathFollowingComponentData(other: GameObjectData)
PathFollowingComponentData(other: GameDataContainer)
PathFollowingComponentData(other: DataContainer)

Properties

Name Type
updatePathAtDistancePercent float
preferredPathfindingIndex int
alternatePathfindingIndices int[]
movementCorridorRadius float

Static members

Name Type
PathFollowingComponentData.typeInfo TypeInformation

Constructors

PathFollowingComponentData

PathFollowingComponentData()

Creates a new PathFollowingComponentData frostbite instance.

PathFollowingComponentData

PathFollowingComponentData(guid: Guid)

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

Parameters

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

PathFollowingComponentData

PathFollowingComponentData(other: ComponentData)

Casts an instance of type ComponentData to PathFollowingComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to PathFollowingComponentData.

PathFollowingComponentData

PathFollowingComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to PathFollowingComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to PathFollowingComponentData.

PathFollowingComponentData

PathFollowingComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to PathFollowingComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to PathFollowingComponentData.

PathFollowingComponentData

PathFollowingComponentData(other: DataContainer)

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

Parameters

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

Properties

updatePathAtDistancePercent

float

preferredPathfindingIndex

int

alternatePathfindingIndices

int[]

movementCorridorRadius

float

Static members

typeInfo

TypeInformation

The type information for the PathFollowingComponentData type.

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