kOS.Suffixed.VectorRenderer.PutAtShipRelativeCoords C# (CSharp) Method

PutAtShipRelativeCoords() private method

Position the origins of the objects that make up the arrow such that they anchor relative to current ship position.
private PutAtShipRelativeCoords ( ) : void
return void
        private void PutAtShipRelativeCoords()
        {
            line.transform.localPosition = shipCenterCoords;
            hat.transform.localPosition = shipCenterCoords;
        }