void Walk() { if (seo != null) { seo.stopPlayAnimation(""); seo.playRunAnimation(); } }
public void otherAvatarOnJump(KBEngine.Entity entity) { if (entity.renderObj != null) { SceneEntityObject seo = ((SceneEntityObject)entity.renderObj); seo.stopPlayAnimation(""); seo.playJumpAnimation(); } }