Свойство | Type | Description | |
---|---|---|---|
collidesWithColliders | bool |
Méthode | Description | |
---|---|---|
debugRender ( Batcher batcher ) : void |
debug renders the Constraint
|
|
handleCollisions ( int collidesWithLayers ) : void |
if collidesWithColliders is true this will be called
|
|
solve ( ) : void |
solves the Constraint
|
public debugRender ( Batcher batcher ) : void | ||
batcher | Batcher | Batcher. |
Résultat | void |
public handleCollisions ( int collidesWithLayers ) : void | ||
collidesWithLayers | int | |
Résultat | void |