Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 448 Bytes

File metadata and controls

16 lines (11 loc) · 448 Bytes

Home > server > DecodedCollisionGroups

DecodedCollisionGroups type

A decoded set of collision groups represented as their string equivalents.

Signature:

export type DecodedCollisionGroups = {
    belongsTo: string[];
    collidesWith: string[];
};