Example #1
0
 /// <summary>
 /// Play rotary animation for editing mode (move to
 /// </summary>
 internal void AnimatePathOnEdit(RotaryItemWrapper rotaryItemWrapper, bool cw = true)
 {
     animationCore.AnimatePath(rotaryItemWrapper.RotaryItem, mAniUtil.GetRotaryPositionPathIndex(rotaryItemWrapper, cw), Vector3.Zero);
 }