SoldierSoundComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
walkVelocityThreshold float
runVelocityThreshold float
walkPeriod float
runPeriod float

Static members

Name Type
SoldierSoundComponentData.typeInfo TypeInformation

Constructors

SoldierSoundComponentData

SoldierSoundComponentData()

Creates a new SoldierSoundComponentData frostbite instance.

SoldierSoundComponentData

SoldierSoundComponentData(guid: Guid)

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

Parameters

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

SoldierSoundComponentData

SoldierSoundComponentData(other: ComponentData)

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

Parameters

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

SoldierSoundComponentData

SoldierSoundComponentData(other: GameObjectData)

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

Parameters

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

SoldierSoundComponentData

SoldierSoundComponentData(other: GameDataContainer)

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

Parameters

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

SoldierSoundComponentData

SoldierSoundComponentData(other: DataContainer)

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

Parameters

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

Properties

walkVelocityThreshold

float

runVelocityThreshold

float

walkPeriod

float

runPeriod

float

Static members

typeInfo

TypeInformation

The type information for the SoldierSoundComponentData type.

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