Impact Interaction System API
|
Handles processing interaction data and returning an interaction result. More...
Public Member Functions | |
IInteractionResult | GetInteractionResult< T > (T interactionData) |
Process the given interaction data and return an interaction result. More... | |
void | Preload () |
Preload any needed data or objects, such as object pools. More... | |
Handles processing interaction data and returning an interaction result.
IInteractionResult Impact.Interactions.IImpactInteraction.GetInteractionResult< T > | ( | T | interactionData | ) |
Process the given interaction data and return an interaction result.
interactionData | The data to process. |
Implemented in Impact.Interactions.Audio.ImpactAudioInteraction, Impact.Interactions.Decals.ImpactDecalInteraction, Impact.Interactions.ImpactInteractionBase, and Impact.Interactions.Particles.ImpactParticleInteraction.
T | : | IInteractionData |
void Impact.Interactions.IImpactInteraction.Preload | ( | ) |
Preload any needed data or objects, such as object pools.
Implemented in Impact.Interactions.Audio.ImpactAudioInteraction, Impact.Interactions.Decals.ImpactDecalInteraction, Impact.Interactions.ImpactInteractionBase, and Impact.Interactions.Particles.ImpactParticleInteraction.