Method | Description | |
---|---|---|
AddCollidesWithCategory ( Category category ) : void |
Adds the category.
|
|
AddCollisionCategory ( Category category ) : void |
Adds the category.
|
|
CollisionFilter ( |
||
IgnoreCollisionWith ( |
Ignores collisions between this fixture and the provided fixture.
|
|
IsFixtureIgnored ( |
Determines whether collisions are ignored between this fixture and the provided fixture.
|
|
IsInCollidesWithCategory ( Category category ) : bool |
Determines whether this object has the specified category.
|
|
IsInCollisionCategory ( Category category ) : bool |
Determines whether this object has the specified category.
|
|
RemoveCollidesWithCategory ( Category category ) : void |
Removes the category.
|
|
RemoveCollisionCategory ( Category category ) : void |
Removes the category.
|
|
RestoreCollisionWith ( |
Restores collisions between this fixture and the provided fixture.
|
Method | Description | |
---|---|---|
FilterChanged ( ) : void |
Contacts are persistant and will keep being persistant unless they are flagged for filtering. This methods flags all contacts associated with the body for filtering.
|
public AddCollidesWithCategory ( Category category ) : void | ||
category | Category | The category. |
return | void |
public AddCollisionCategory ( Category category ) : void | ||
category | Category | The category. |
return | void |
public CollisionFilter ( |
||
fixture | ||
return | System |
public IgnoreCollisionWith ( |
||
fixture | The fixture. | |
return | void |
public IsFixtureIgnored ( |
||
fixture | The fixture. | |
return | bool |
public IsInCollidesWithCategory ( Category category ) : bool | ||
category | Category | The category. |
return | bool |
public IsInCollisionCategory ( Category category ) : bool | ||
category | Category | The category. |
return | bool |
public RemoveCollidesWithCategory ( Category category ) : void | ||
category | Category | The category. |
return | void |
public RemoveCollisionCategory ( Category category ) : void | ||
category | Category | The category. |
return | void |
public RestoreCollisionWith ( |
||
fixture | The fixture. | |
return | void |