DestructionControllerComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
debrisClusters ObjectBlueprint[]
attachToNearbyObjects bool

Static members

Name Type
DestructionControllerComponentData.typeInfo TypeInformation

Constructors

DestructionControllerComponentData

DestructionControllerComponentData()

Creates a new DestructionControllerComponentData frostbite instance.

DestructionControllerComponentData

DestructionControllerComponentData(guid: Guid)

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

Parameters

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

DestructionControllerComponentData

DestructionControllerComponentData(other: ComponentData)

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

Parameters

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

DestructionControllerComponentData

DestructionControllerComponentData(other: GameObjectData)

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

Parameters

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

DestructionControllerComponentData

DestructionControllerComponentData(other: GameDataContainer)

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

Parameters

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

DestructionControllerComponentData

DestructionControllerComponentData(other: DataContainer)

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

Parameters

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

Properties

debrisClusters

ObjectBlueprint[]

attachToNearbyObjects

bool

Static members

typeInfo

TypeInformation

The type information for the DestructionControllerComponentData type.

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