PathfindingTypeAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
index int

Static members

Name Type
PathfindingTypeAsset.typeInfo TypeInformation

Constructors

PathfindingTypeAsset

PathfindingTypeAsset()

Creates a new PathfindingTypeAsset frostbite instance.

PathfindingTypeAsset

PathfindingTypeAsset(guid: Guid)

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

Parameters

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

PathfindingTypeAsset

PathfindingTypeAsset(other: Asset)

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

Parameters

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

PathfindingTypeAsset

PathfindingTypeAsset(other: DataContainer)

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

Parameters

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

Properties

index

int

Static members

typeInfo

TypeInformation

The type information for the PathfindingTypeAsset type.

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