Implicit (1)

Pilvinen Pilvinen

Implicit and explicit conversion operators

Implicit and explicit conversion operators allow you to ingegrate your custom types seamlessly with other types by doing implicit or explicit conversions from one type to another. public void SetPositionFromVector3(Vector3…