Beispiel #1
0
        private void OnDestroy()
        {
            _mainCam.position = _startingCameraLocation;
            _mainCam.rotation = _startingCameraRotation;
            _mainCam          = null;

            selfTransform = null;
            animator      = null;
        }
 public KickExecutable Init(AgentAnimator animator)
 {
     _animator = animator;
     return(this);
 }
 public void OnReturn()
 {
     _animator = null;
 }