Unity C# make object face away

C#
transform.LookAt(2 * transform.position - new Vector3(Target.position))
Source

Also in C#: