RagdollComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
skeletonAsset SkeletonAsset | nil
ragdollAsset RagdollAsset | nil
skeletonCollisionData SkeletonCollisionData | nil
binding RagdollBinding
leftLegBoneName string
rightLegBoneName string

Static members

Name Type
RagdollComponentData.typeInfo TypeInformation

Constructors

RagdollComponentData

RagdollComponentData()

Creates a new RagdollComponentData frostbite instance.

RagdollComponentData

RagdollComponentData(guid: Guid)

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

Parameters

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

RagdollComponentData

RagdollComponentData(other: ComponentData)

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

Parameters

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

RagdollComponentData

RagdollComponentData(other: GameObjectData)

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

Parameters

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

RagdollComponentData

RagdollComponentData(other: GameDataContainer)

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

Parameters

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

RagdollComponentData

RagdollComponentData(other: DataContainer)

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

Parameters

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

Properties

skeletonAsset

SkeletonAsset | nil

ragdollAsset

RagdollAsset | nil

skeletonCollisionData

SkeletonCollisionData | nil

binding

RagdollBinding

leftLegBoneName

string

rightLegBoneName

string

Static members

typeInfo

TypeInformation

The type information for the RagdollComponentData type.

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