SoldierFootplantEffectComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
footMaterialPair MaterialContainerPair | nil
heightOverGroundThreshold float
footVelocityThreshold float
lodDistance float
fullFootplantingEnabled bool

Static members

Name Type
SoldierFootplantEffectComponentData.typeInfo TypeInformation

Constructors

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData()

Creates a new SoldierFootplantEffectComponentData frostbite instance.

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData(guid: Guid)

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

Parameters

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

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData(other: ComponentData)

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

Parameters

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

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData(other: GameObjectData)

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

Parameters

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

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData(other: GameDataContainer)

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

Parameters

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

SoldierFootplantEffectComponentData

SoldierFootplantEffectComponentData(other: DataContainer)

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

Parameters

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

Properties

footMaterialPair

MaterialContainerPair | nil

heightOverGroundThreshold

float

footVelocityThreshold

float

lodDistance

float

fullFootplantingEnabled

bool

Static members

typeInfo

TypeInformation

The type information for the SoldierFootplantEffectComponentData type.

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