public VoosActor GetCameraLockActor() { if (userMain.InEditMode()) { return(editMain.GetFocusedTargetActor()); } else { return(null); } }