예제 #1
0
        internal void flyToWaypoint(CameraWaypoint waypoint)
        {
            _transform.position      = waypoint.from.position;
            _transform.localRotation = waypoint.from.rotation;

            _waypoint = waypoint;
        }
예제 #2
0
 public void AddWaypoint(CameraWaypoint value)
 {
     _waypoints.Add(value);
 }