MobilityData

Inherits from DataContainer

Summary

Constructors

MobilityData()
MobilityData(guid: Guid)
MobilityData(other: DataContainer)

Properties

Name Type
maxSpeed float
use3DWaypoints bool

Static members

Name Type
MobilityData.typeInfo TypeInformation

Constructors

MobilityData

MobilityData()

Creates a new MobilityData frostbite instance.

MobilityData

MobilityData(guid: Guid)

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

Parameters

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

MobilityData

MobilityData(other: DataContainer)

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

Parameters

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

Properties

maxSpeed

float

use3DWaypoints

bool

Static members

typeInfo

TypeInformation

The type information for the MobilityData type.

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