Table of Contents

Class RaycastHitSorter

Namespace
KSP.Tools.PQSFreeCamUtils
Assembly
Assembly-CSharp.dll
public class RaycastHitSorter : IComparer<RaycastHit>
Inheritance
RaycastHitSorter
Implements
IComparer<RaycastHit>
Inherited Members
Extension Methods

Constructors

RaycastHitSorter()

public RaycastHitSorter()

Methods

Compare(RaycastHit, RaycastHit)

public int Compare(RaycastHit x, RaycastHit y)

Parameters

x RaycastHit
y RaycastHit

Returns

int