Sha256: fc068e04a83f18969a4cb4929b155ef083a18651d8fe41344b2b944ec6607ac9
Contents?: true
Size: 480 Bytes
Versions: 4
Compression:
Stored size: 480 Bytes
Contents
// // B2DFilter.h // Box2D // // Created by Juan Jose Karam on 6/15/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> @interface B2DFilter : NSObject { NSUInteger categoryBits; NSUInteger maskBits; NSInteger groupIndex; } @property (nonatomic, assign) NSUInteger categoryBits; @property (nonatomic, assign) NSUInteger maskBits; @property (nonatomic, assign) NSInteger groupIndex; - (id)initWithFilter:(b2Filter)filter; @end
Version data entries
4 entries across 2 versions & 1 rubygems