Impact Interaction System API
|
Contains code for processing interaction data and returning interaction results. More...
Public Member Functions | |
int | GetInteractionResultsNonAlloc< T > (T data, IInteractionResult[] results) |
Fills out the results array with the interaction results created from the interaction data. More... | |
void | Preload () |
Preloads any needed data and objects. More... | |
Properties | |
ImpactTagMask | MaterialTagsMask [get] |
The tags for this material. More... | |
Contains code for processing interaction data and returning interaction results.
int Impact.Materials.IImpactMaterial.GetInteractionResultsNonAlloc< T > | ( | T | data, |
IInteractionResult[] | results | ||
) |
Fills out the results array with the interaction results created from the interaction data.
data | The data to use for generating the interaction results. |
results | Array that will be filled with the interaction results. |
Implemented in Impact.Materials.ImpactMaterial, and Impact.Materials.ImpactMaterialBase.
T | : | IInteractionData |
void Impact.Materials.IImpactMaterial.Preload | ( | ) |
Preloads any needed data and objects.
Implemented in Impact.Materials.ImpactMaterial, and Impact.Materials.ImpactMaterialBase.
|
get |
The tags for this material.
Implemented in Impact.Materials.ImpactMaterialBase.