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