BreakableModelEntityData
Inherits from GamePhysicsEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
decalVolumeShader | SurfaceShaderBaseAsset | nil |
decalVolumeScaleFactor | float |
mesh | MeshAsset | nil |
boneCount | int |
edgeModelLightMapData | EdgeModelLightMapData | nil |
Static members
Name | Type |
---|---|
BreakableModelEntityData.typeInfo | TypeInformation |
Constructors
BreakableModelEntityData
BreakableModelEntityData()
Creates a new BreakableModelEntityData frostbite instance.
BreakableModelEntityData
BreakableModelEntityData(guid: Guid)
Creates a new BreakableModelEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
BreakableModelEntityData
BreakableModelEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GamePhysicsEntityData | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: EntityData)
Casts an instance of type EntityData to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to BreakableModelEntityData. |
BreakableModelEntityData
BreakableModelEntityData(other: DataContainer)
Casts an instance of type DataContainer to BreakableModelEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to BreakableModelEntityData. |
Properties
decalVolumeShader
SurfaceShaderBaseAsset | nil
decalVolumeScaleFactor
float
mesh
MeshAsset | nil
boneCount
int
edgeModelLightMapData
EdgeModelLightMapData | nil
Static members
typeInfo
The type information for the BreakableModelEntityData type.