public override void OnEnter()
 {
     Data.Value = TNManager.GetChannelData <Vector3>(Channel.Value, DataName.Value);
     Finish();
 }