Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Normal

Get/set the normal vector of the plane.
Read time 1 minuteLast updated 6 days ago

Definition

public float3 Normal { get; set; }

Remarks

It is assumed that the normal is unit length. If you set a new plane such that Ax + By + Cz + Dw = 0 but (A, B, C) is not unit length, then you must normalize the plane by calling Plane.Normalize.