C# 클래스 Box2D.Dynamics.Filter

This holds contact filtering data.
파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CategoryBits int
GroupIndex int
MaskBits int

공개 메소드들

메소드 설명
Filter ( )
Set ( Filter argOther ) : void

메소드 상세

Filter() 공개 메소드

public Filter ( )

Set() 공개 메소드

public Set ( Filter argOther ) : void
argOther Filter
리턴 void

프로퍼티 상세

CategoryBits 공개적으로 프로퍼티

The collision category bits. Normally you would just set one bit.
public int CategoryBits
리턴 int

GroupIndex 공개적으로 프로퍼티

Collision groups allow a certain group of objects to never collide (negative) or always collide (positive). Zero means no collision group. Non-zero group filtering always wins against the mask bits.
public int GroupIndex
리턴 int

MaskBits 공개적으로 프로퍼티

The collision mask bits. This states the categories that this shape would accept for collision.
public int MaskBits
리턴 int