On this page
Properties

Type Alias CollisionGroup

type CollisionGroup = {
    ID: number;
    predicate?: (key: FeatureKey) => boolean;
}
Index

Properties

Properties

ID: number
predicate?: (key: FeatureKey) => boolean
Was this helpful?
SDK JS
Reference
CollisionGroup