Jypeli 10
The simple game programming library
|
Base class for Collision Ignorers to impliment. Lisää...
Julkiset jäsenfunktiot | |
abstract bool | CanCollide (IPhysicsBody thisBody, IPhysicsBody otherBody, Ignorer other) |
Suojatut jäsenfunktiot | |
Ignorer () | |
Ignorer (Ignorer copy) | |
Paketin staattiset funktiot | |
static bool | CanCollide (IPhysicsBody leftBody, IPhysicsBody rightBody, Ignorer left, Ignorer right) |
Ominaisuudet | |
abstract bool | BothNeeded [get] |
bool | IsInverted [getset] |
Get and sets if the result of this ignorer is inverted. Lisää... | |
Yksityiset jäsenfunktiot | |
bool | CanCollideInternal (IPhysicsBody thisBody, IPhysicsBody otherBody, Ignorer other) |
Yksityiset attribuutit | |
bool | isInverted |
Base class for Collision Ignorers to impliment.
Määrittely tiedoston Ignorer.cs rivillä 39.
|
protected |
Määrittely tiedoston Ignorer.cs rivillä 46.
|
protected |
Määrittely tiedoston Ignorer.cs rivillä 47.
Viittaukset Jypeli.Ignorer.isInverted.
|
staticpackage |
Määrittely tiedoston Ignorer.cs rivillä 42.
Viittaukset Jypeli.Ignorer.CanCollideInternal().
Viitattu Jypeli.Ignorer.CanCollideInternal() ja Jypeli.PhysicsObject.IgnoresCollisionWith().
|
pure virtual |
Toteutettu luokassa Jypeli.AdvGroupIgnorer, Jypeli.GroupIgnorer, Jypeli.JypeliGroupIgnorer, Jypeli.ObjectIgnorer ja Jypeli.Physics.OneWayPlatformIgnorer.
|
private |
Määrittely tiedoston Ignorer.cs rivillä 60.
Viittaukset Jypeli.Ignorer.CanCollide() ja Jypeli.Ignorer.isInverted.
Viitattu Jypeli.Ignorer.CanCollide().
|
private |
Määrittely tiedoston Ignorer.cs rivillä 41.
Viitattu Jypeli.Ignorer.Ignorer() ja Jypeli.Ignorer.CanCollideInternal().
|
get |
Määrittely tiedoston Ignorer.cs rivillä 59.
|
getset |
Get and sets if the result of this ignorer is inverted.
Määrittely tiedoston Ignorer.cs rivillä 54.