WindComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
realm Realm
windDirection float
windStrength float

Static members

Name Type
WindComponentData.typeInfo TypeInformation

Constructors

WindComponentData

WindComponentData()

Creates a new WindComponentData frostbite instance.

WindComponentData

WindComponentData(guid: Guid)

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

Parameters

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

WindComponentData

WindComponentData(other: ComponentData)

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

Parameters

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

WindComponentData

WindComponentData(other: GameObjectData)

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

Parameters

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

WindComponentData

WindComponentData(other: GameDataContainer)

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

Parameters

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

WindComponentData

WindComponentData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

windDirection

float

windStrength

float

Static members

typeInfo

TypeInformation

The type information for the WindComponentData type.

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