HitReactionComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
hitReactionBinding HitReactionComponentBinding
enabled bool

Static members

Name Type
HitReactionComponentData.typeInfo TypeInformation

Constructors

HitReactionComponentData

HitReactionComponentData()

Creates a new HitReactionComponentData frostbite instance.

HitReactionComponentData

HitReactionComponentData(guid: Guid)

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

Parameters

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

HitReactionComponentData

HitReactionComponentData(other: ComponentData)

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

Parameters

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

HitReactionComponentData

HitReactionComponentData(other: GameObjectData)

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

Parameters

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

HitReactionComponentData

HitReactionComponentData(other: GameDataContainer)

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

Parameters

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

HitReactionComponentData

HitReactionComponentData(other: DataContainer)

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

Parameters

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

Properties

hitReactionBinding

HitReactionComponentBinding

enabled

bool

Static members

typeInfo

TypeInformation

The type information for the HitReactionComponentData type.

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