Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sqrMagnitude

Returns the squared length of this vector (Read Only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public readonly float sqrMagnitude { get; }

Remarks

Calculating the squared magnitude instead of the Vector4.magnitude is much faster.
Additional Resources: Vector4.magnitude.