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

Version Path
joybox-1.1.1 vendor/vendor-ios/box_2d/box_2d_include/B2DFilter.h
joybox-1.1.1 vendor/vendor-osx/box_2d/box_2d_include/B2DFilter.h
joybox-1.1.0 vendor/vendor-ios/box_2d/box_2d_include/B2DFilter.h
joybox-1.1.0 vendor/vendor-osx/box_2d/box_2d_include/B2DFilter.h