Свойство | Тип | Описание | |
---|---|---|---|
_fixture |
Метод | Описание | |
---|---|---|
onAddedToEntity ( ) : void | ||
onDisabled ( ) : void | ||
onEnabled ( ) : void | ||
onRemovedFromEntity ( ) : void | ||
setCollidesWith ( Category collidesWith ) : |
||
setCollisionCategories ( Category collisionCategories ) : |
||
setCollisionGroup ( short collisionGroup ) : |
||
setDensity ( float density ) : |
||
setFriction ( float friction ) : |
||
setIgnoreCCDWith ( Category ignoreCCDWith ) : |
||
setIsSensor ( bool isSensor ) : |
||
setRestitution ( float restitution ) : |
Метод | Описание | |
---|---|---|
wakeAnyContactingBodies ( ) : void |
wakes any contacting bodies. Useful when creating a fixture or changing something that won't trigger the bodies to wake themselves such as Circle.center.
|
Метод | Описание | |
---|---|---|
createFixture ( ) : void | ||
destroyFixture ( ) : void |
public setCollidesWith ( Category collidesWith ) : |
||
collidesWith | Category | |
Результат |
public setCollisionCategories ( Category collisionCategories ) : |
||
collisionCategories | Category | |
Результат |
public setCollisionGroup ( short collisionGroup ) : |
||
collisionGroup | short | |
Результат |
public setDensity ( float density ) : |
||
density | float | |
Результат |
public setFriction ( float friction ) : |
||
friction | float | |
Результат |
public setIgnoreCCDWith ( Category ignoreCCDWith ) : |
||
ignoreCCDWith | Category | |
Результат |
public setIsSensor ( bool isSensor ) : |
||
isSensor | bool | |
Результат |
public setRestitution ( float restitution ) : |
||
restitution | float | |
Результат |
protected wakeAnyContactingBodies ( ) : void | ||
Результат | void |