} //END CallCreateTweenEvent //---------------------------------// private void CallModifyTweenEvent() //---------------------------------// { if( tween != null ) { TweenManager.SendCommandToTweens( tween, tweenCommand ); } if( onActionCompleted != null ) { onActionCompleted.Invoke(); } } //END CallModifyTweenEvent