BoneCollisionComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
skeletonCollisionData | SkeletonCollisionData | nil |
Static members
Name | Type |
---|---|
BoneCollisionComponentData.typeInfo | TypeInformation |
Constructors
BoneCollisionComponentData
BoneCollisionComponentData()
Creates a new BoneCollisionComponentData frostbite instance.
BoneCollisionComponentData
BoneCollisionComponentData(guid: Guid)
Creates a new BoneCollisionComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
BoneCollisionComponentData
BoneCollisionComponentData(other: ComponentData)
Casts an instance of type ComponentData to BoneCollisionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to BoneCollisionComponentData. |
BoneCollisionComponentData
BoneCollisionComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to BoneCollisionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to BoneCollisionComponentData. |
BoneCollisionComponentData
BoneCollisionComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to BoneCollisionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to BoneCollisionComponentData. |
BoneCollisionComponentData
BoneCollisionComponentData(other: DataContainer)
Casts an instance of type DataContainer to BoneCollisionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to BoneCollisionComponentData. |
Properties
skeletonCollisionData
SkeletonCollisionData | nil
Static members
typeInfo
The type information for the BoneCollisionComponentData type.