OnInteractionEventArgs

From Virtual World Web Wiki
Jump to: navigation, search

information about an interaction being fired / used (see IViewInfo IInteractionMapping IViewAbility)

Remarks [edit]

Properties

Guid AbilityID {get;}
The ability fired
IParticipant Participant {get;}
The participant (user) doing the interacting
DOMObject Target {get;}
The DOMObject the user is interacting with
ProtoValue Value {get;}
The "value" of the interaction for interactions that support it

Constructors

OnInteractionEventArgs(DOMObject target, IParticipant participant, Guid abilityID, ProtoValue value)
Constructs a new OnInteractionEventArgs