OpenMetaverse Protocol Library Developers API Documentation
AvatarAnimationEventArgs Constructor (avatarID, anims)
NamespacesOpenMetaverse AvatarAnimationEventArgsAvatarAnimationEventArgs(UUID, List < (Of < <' ( Animation > ) > > ) )
Construct a new instance of the AvatarAnimationEventArgs class
Declaration Syntax
C#
public 
AvatarAnimationEventArgs(
        
UUID 
avatarID,
        
List<
Animation> 
anims
)
Parameters
avatarID ( UUID)
The ID of the agent
anims ( List < (Of < ( <' Animation > ) > ) > )
The list of animations to start

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