WaypointsShapeData

Inherits from VectorShapeData

Summary

Constructors

WaypointsShapeData()
WaypointsShapeData(guid: Guid)
WaypointsShapeData(other: VectorShapeData)
WaypointsShapeData(other: BaseShapeData)
WaypointsShapeData(other: GameObjectData)
WaypointsShapeData(other: GameDataContainer)
WaypointsShapeData(other: DataContainer)

Properties

Name Type
waypoints WaypointData[]

Static members

Name Type
WaypointsShapeData.typeInfo TypeInformation

Constructors

WaypointsShapeData

WaypointsShapeData()

Creates a new WaypointsShapeData frostbite instance.

WaypointsShapeData

WaypointsShapeData(guid: Guid)

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

Parameters

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

WaypointsShapeData

WaypointsShapeData(other: VectorShapeData)

Casts an instance of type VectorShapeData to WaypointsShapeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other VectorShapeData The instance to cast to WaypointsShapeData.

WaypointsShapeData

WaypointsShapeData(other: BaseShapeData)

Casts an instance of type BaseShapeData to WaypointsShapeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BaseShapeData The instance to cast to WaypointsShapeData.

WaypointsShapeData

WaypointsShapeData(other: GameObjectData)

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

Parameters

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

WaypointsShapeData

WaypointsShapeData(other: GameDataContainer)

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

Parameters

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

WaypointsShapeData

WaypointsShapeData(other: DataContainer)

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

Parameters

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

Properties

waypoints

WaypointData[]

Static members

typeInfo

TypeInformation

The type information for the WaypointsShapeData type.

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