In Edit Mode Point At?

I know there’s a “LookAt” method, but how would I get an object in edit mode to Point towards another object?

Do you mean, in the Editor, Scene view, you want an object to always point at another object? If so, look into [ExecuteInEditMode] and use LookAt in Update or LateUpdate