ChildComponentData

Inherits from PartComponentData

Summary

Constructors

ChildComponentData()
ChildComponentData(guid: Guid)
ChildComponentData(other: PartComponentData)
ChildComponentData(other: ComponentData)
ChildComponentData(other: GameObjectData)
ChildComponentData(other: GameDataContainer)
ChildComponentData(other: DataContainer)

Properties

Name Type
alignTransform LinearTransform
movingBody MovingBodyData | nil
healthZone VehicleHealthZoneData
soundEffectStartRpm float
soundEffectStopRpm float
alignmentSettings AlignmentData | nil
soundEffect SoundAsset | nil
enableAlignToCamera bool
worldSpacePositionLock bool

Static members

Name Type
ChildComponentData.typeInfo TypeInformation

Constructors

ChildComponentData

ChildComponentData()

Creates a new ChildComponentData frostbite instance.

ChildComponentData

ChildComponentData(guid: Guid)

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

Parameters

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

ChildComponentData

ChildComponentData(other: PartComponentData)

Casts an instance of type PartComponentData to ChildComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PartComponentData The instance to cast to ChildComponentData.

ChildComponentData

ChildComponentData(other: ComponentData)

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

Parameters

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

ChildComponentData

ChildComponentData(other: GameObjectData)

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

Parameters

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

ChildComponentData

ChildComponentData(other: GameDataContainer)

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

Parameters

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

ChildComponentData

ChildComponentData(other: DataContainer)

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

Parameters

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

Properties

alignTransform

LinearTransform

movingBody

MovingBodyData | nil

healthZone

VehicleHealthZoneData

soundEffectStartRpm

float

soundEffectStopRpm

float

alignmentSettings

AlignmentData | nil

soundEffect

SoundAsset | nil

enableAlignToCamera

bool

worldSpacePositionLock

bool

Static members

typeInfo

TypeInformation

The type information for the ChildComponentData type.

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