struct Vector3.SmoothDamped
in global
Everything you need to smooth damp a Vector3. Just call Update every frame.
public Vector3.SmoothDamped( Vector3 Current, Vector3 Target, float SmoothTime )
Everything you need to smooth damp a Vector3. Just call Update every frame.
public Vector3 Current { get; set; }
😔 No documentation found.
public Vector3 Target { get; set; }
😔 No documentation found.
public float SmoothTime { get; set; }
😔 No documentation found.
public void Update( float timeDelta )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( Vector3.SmoothDamped left, Vector3.SmoothDamped right )
😔 No documentation found.
public static bool op_Equality( Vector3.SmoothDamped left, Vector3.SmoothDamped right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( Vector3.SmoothDamped other )
😔 No documentation found.
public void Deconstruct( ref Vector3 Current, ref Vector3 Target, ref float SmoothTime )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public Vector3 Velocity
😔 No documentation found.