OpenMetaverse Protocol Library Developers API Documentation
MeanCollisionEventArgs Constructor (type, perp, victim, magnitude, time)
NamespacesOpenMetaverse MeanCollisionEventArgsMeanCollisionEventArgs(MeanCollisionType, UUID, UUID, Single, DateTime)
Construct a new instance of the MeanCollisionEventArgs class
Declaration Syntax
C#
public
MeanCollisionEventArgs(


MeanCollisionType
type,

UUID
perp,

UUID
victim,

float
magnitude,

DateTime
time
)
Parameters
type ( MeanCollisionType)
The type of collision that occurred
perp ( UUID)
The ID of the agent or object that perpetrated the agression
victim ( UUID)
The ID of the Victim
magnitude ( Single)
The strength of the collision
time ( DateTime)
The Time the collision occurred

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)