Impact Interaction System API
Impact.ImpactMaterialComposition Struct Reference

Represents the influence of a Impact Material at a single point, such as for Terrains. More...

Public Member Functions

 ImpactMaterialComposition (IImpactMaterial material, float compositionValue)
 Initialize the material composition data. More...
 

Public Attributes

IImpactMaterial Material
 The Impact Material the composition represents.
 
float CompositionValue
 The 0 to 1 value representing the influence the material has.
 

Detailed Description

Represents the influence of a Impact Material at a single point, such as for Terrains.

Constructor & Destructor Documentation

◆ ImpactMaterialComposition()

Impact.ImpactMaterialComposition.ImpactMaterialComposition ( IImpactMaterial  material,
float  compositionValue 
)

Initialize the material composition data.

Parameters
materialThe Impact Material the composition represents.
compositionValueThe 0 to 1 value representing the influence the material has.