Vector3Smoothed.SetGoal(Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetGoal(UnityEngine::Vector3 newGoal);
public void SetGoal (UnityEngine.Vector3 newGoal);
member this.SetGoal : UnityEngine.Vector3 -> unit
Public Sub SetGoal (newGoal As Vector3)
Parameters
- newGoal
- UnityEngine.Vector3