PathfindingSandboxAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
system PathfindingSystemEntityData | nil

Static members

Name Type
PathfindingSandboxAsset.typeInfo TypeInformation

Constructors

PathfindingSandboxAsset

PathfindingSandboxAsset()

Creates a new PathfindingSandboxAsset frostbite instance.

PathfindingSandboxAsset

PathfindingSandboxAsset(guid: Guid)

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

Parameters

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

PathfindingSandboxAsset

PathfindingSandboxAsset(other: Asset)

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

Parameters

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

PathfindingSandboxAsset

PathfindingSandboxAsset(other: DataContainer)

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

Parameters

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

Properties

system

PathfindingSystemEntityData | nil

Static members

typeInfo

TypeInformation

The type information for the PathfindingSandboxAsset type.

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