MaterialPropertyTerrainData
Inherits from PhysicsMaterialRelationPropertyData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| dirtTriggerColor | Vec3 |
| destructionEffect | EffectBlueprint | nil |
| dirtTriggerFactor | float |
Static members
| Name | Type |
|---|---|
| MaterialPropertyTerrainData.typeInfo | TypeInformation |
Constructors
MaterialPropertyTerrainData
MaterialPropertyTerrainData()
Creates a new MaterialPropertyTerrainData frostbite instance.
MaterialPropertyTerrainData
MaterialPropertyTerrainData(guid: Guid)
Creates a new MaterialPropertyTerrainData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
MaterialPropertyTerrainData
MaterialPropertyTerrainData(other: PhysicsMaterialRelationPropertyData)
Casts an instance of type PhysicsMaterialRelationPropertyData to MaterialPropertyTerrainData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | PhysicsMaterialRelationPropertyData | The instance to cast to MaterialPropertyTerrainData. |
MaterialPropertyTerrainData
MaterialPropertyTerrainData(other: MaterialRelationPropertyData)
Casts an instance of type MaterialRelationPropertyData to MaterialPropertyTerrainData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | MaterialRelationPropertyData | The instance to cast to MaterialPropertyTerrainData. |
MaterialPropertyTerrainData
MaterialPropertyTerrainData(other: DataContainer)
Casts an instance of type DataContainer to MaterialPropertyTerrainData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to MaterialPropertyTerrainData. |
Properties
dirtTriggerColor
destructionEffect
EffectBlueprint | nil
dirtTriggerFactor
float
Static members
typeInfo
The type information for the MaterialPropertyTerrainData type.