|
Impact Interaction System API
|
Holds all data and code needed to perform an interaction. More...
Public Member Functions | |
| void | Process (IImpactObject parent) |
| Perform the necessary tasks to display the results of the interaction, such as playing audio or emitting particle effects. More... | |
Properties | |
| bool | IsValid [get] |
| Does the result contain any useful data? More... | |
Holds all data and code needed to perform an interaction.
| void Impact.Interactions.IInteractionResult.Process | ( | IImpactObject | parent | ) |
Perform the necessary tasks to display the results of the interaction, such as playing audio or emitting particle effects.
| parent | The Impact Object the data originated from. |
Implemented in Impact.Interactions.Audio.AudioInteractionResult, Impact.Interactions.Decals.DecalInteractionResult, and Impact.Interactions.Particles.ParticleInteractionResult.
|
get |
Does the result contain any useful data?
Implemented in Impact.Interactions.Audio.AudioInteractionResult, Impact.Interactions.Decals.DecalInteractionResult, and Impact.Interactions.Particles.ParticleInteractionResult.