WaypointComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
looping bool

Static members

Name Type
WaypointComponentData.typeInfo TypeInformation

Constructors

WaypointComponentData

WaypointComponentData()

Creates a new WaypointComponentData frostbite instance.

WaypointComponentData

WaypointComponentData(guid: Guid)

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

Parameters

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

WaypointComponentData

WaypointComponentData(other: ComponentData)

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

Parameters

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

WaypointComponentData

WaypointComponentData(other: GameObjectData)

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

Parameters

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

WaypointComponentData

WaypointComponentData(other: GameDataContainer)

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

Parameters

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

WaypointComponentData

WaypointComponentData(other: DataContainer)

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

Parameters

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

Properties

looping

bool

Static members

typeInfo

TypeInformation

The type information for the WaypointComponentData type.

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