Table of Contents

Interface IGetDefaultCollidablePairs

Namespace
Hi.Collision
Assembly
HiMech.dll

Interface for objects that can provide default pairs of anchored collidable objects.

public interface IGetDefaultCollidablePairs
Extension Methods

Methods

GetDefaultCollidablePairs()

Gets a list of default anchored collidable pairs.

List<AnchoredCollidablePair> GetDefaultCollidablePairs()

Returns

List<AnchoredCollidablePair>

A list of default anchored collidable pairs.