Struct Cross Draws a 2D cross on the plane defined by the given facing axis. public struct Cross Extension Methods CrossExtensions.Color(ref Cross, Color?) CrossExtensions.FaceCamera(ref Cross) CrossExtensions.Facing(ref Cross, Facing) CrossExtensions.Position(ref Cross, float3) CrossExtensions.Ref(Cross) CrossExtensions.Rotation(ref Cross, float) CrossExtensions.SetDefault(ref Cross) CrossExtensions.Size(ref Cross, float2) Fields color The cross's color. public Color? color Field Value Color? facing Defines the normal of the plane the cross will be drawn on. public Facing facing Field Value Facing position The centre of the cross. public float3 position Field Value float3 size The size of the cross. public float2 size Field Value float2