Home > server > DecodedCollisionGroups
A decoded set of collision groups represented as their string equivalents.
Signature:
export type DecodedCollisionGroups = {
belongsTo: string[];
collidesWith: string[];
};Home > server > DecodedCollisionGroups
A decoded set of collision groups represented as their string equivalents.
Signature:
export type DecodedCollisionGroups = {
belongsTo: string[];
collidesWith: string[];
};