categoryBitMask property

int? categoryBitMask
final

Defines what logical 'categories' this body belongs to. Defaults to SCNPhysicsCollisionCategoryStatic for static bodies and SCNPhysicsCollisionCategoryDefault for the other body types.

Implementation

final int? categoryBitMask;