| 
    Impact Interaction System API
    
   | 
 
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.  | |
Represents the influence of a Impact Material at a single point, such as for Terrains.
| Impact.ImpactMaterialComposition.ImpactMaterialComposition | ( | IImpactMaterial | material, | 
| float | compositionValue | ||
| ) | 
Initialize the material composition data.
| material | The Impact Material the composition represents. | 
| compositionValue | The 0 to 1 value representing the influence the material has. |