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