WingComponentData

Inherits from PartComponentData

Summary

Constructors

WingComponentData()
WingComponentData(guid: Guid)
WingComponentData(other: PartComponentData)
WingComponentData(other: ComponentData)
WingComponentData(other: GameObjectData)
WingComponentData(other: GameDataContainer)
WingComponentData(other: DataContainer)

Properties

Name Type
config WingPhysicsData | nil

Static members

Name Type
WingComponentData.typeInfo TypeInformation

Constructors

WingComponentData

WingComponentData()

Creates a new WingComponentData frostbite instance.

WingComponentData

WingComponentData(guid: Guid)

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

Parameters

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

WingComponentData

WingComponentData(other: PartComponentData)

Casts an instance of type PartComponentData to WingComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PartComponentData The instance to cast to WingComponentData.

WingComponentData

WingComponentData(other: ComponentData)

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

Parameters

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

WingComponentData

WingComponentData(other: GameObjectData)

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

Parameters

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

WingComponentData

WingComponentData(other: GameDataContainer)

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

Parameters

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

WingComponentData

WingComponentData(other: DataContainer)

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

Parameters

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

Properties

config

WingPhysicsData | nil

Static members

typeInfo

TypeInformation

The type information for the WingComponentData type.

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