Examples of AvatarSitChangedEventArgs


Examples of com.ngt.jopenmetaverse.shared.sim.events.om.AvatarSitChangedEventArgs

    av.ParentID = localid;


    if (onAvatarSitChanged != null && oldSeatID != localid)
    {
      onAvatarSitChanged.raiseEvent(new AvatarSitChangedEventArgs(sim, av, localid, oldSeatID));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.