Table of Contents

Interface IGetAnchoredCollidablePairs

Namespace
Hi.Collision
Assembly
HiMech.dll

Interface for objects that can provide pairs of anchored collidable objects for collision detection.

public interface IGetAnchoredCollidablePairs
Extension Methods

Methods

GetAnchoredCollidablePairs()

Gets a list of anchored collidable pairs for collision detection.

List<AnchoredCollidablePair> GetAnchoredCollidablePairs()

Returns

List<AnchoredCollidablePair>

A list of anchored collidable pairs.