Examples of GestureStepWait


Examples of com.ngt.jopenmetaverse.shared.sim.asset.AssetGesture.GestureStepWait

            case Sound:
              Client.sound.PlaySound(((GestureStepSound)step).ID);
              break;

            case Wait:
              GestureStepWait wait = (GestureStepWait)step;
              if (wait.WaitForTime)
              {
                PlatformUtils.sleep((int)(1000f * wait.WaitTime));
              }
              if (wait.WaitForAnimation)
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.