Jypeli 10
The simple game programming library
|
A collision ignorer that uses group numbers to do collision ignoring. If 2 objects are members of the same group then they will not collide. Lisää...
Julkiset jäsenfunktiot | |
GroupIgnorer () | |
bool | CanCollide (GroupIgnorer other) |
override bool | CanCollide (IPhysicsBody thisBody, IPhysicsBody otherBody, Ignorer other) |
virtual object | Clone () |
Suojatut jäsenfunktiot | |
GroupIgnorer (GroupIgnorer copy) | |
Suojatut jäsenfunktiot inherited from Jypeli.Ignorer | |
Ignorer () | |
Ignorer (Ignorer copy) | |
Ominaisuudet | |
override bool | BothNeeded [get] |
GroupCollection | Groups [get] |
Ominaisuudet inherited from Jypeli.Ignorer | |
abstract bool | BothNeeded [get] |
bool | IsInverted [getset] |
Get and sets if the result of this ignorer is inverted. Lisää... | |
Yksityiset jäsenfunktiot | |
bool | CanCollideInternal (GroupIgnorer other) |
Yksityiset attribuutit | |
GroupCollection | groups |
Additional Inherited Members | |
Paketin staattiset funktiot inherited from Jypeli.Ignorer | |
static bool | CanCollide (IPhysicsBody leftBody, IPhysicsBody rightBody, Ignorer left, Ignorer right) |
A collision ignorer that uses group numbers to do collision ignoring. If 2 objects are members of the same group then they will not collide.
Määrittely tiedoston GroupIgnorer.cs rivillä 40.
Jypeli.GroupIgnorer.GroupIgnorer | ( | ) |
Määrittely tiedoston GroupIgnorer.cs rivillä 43.
Viitattu Jypeli.GroupIgnorer.CanCollide() ja Jypeli.GroupIgnorer.Clone().
|
protected |
Määrittely tiedoston GroupIgnorer.cs rivillä 47.
Viittaukset Jypeli.GroupIgnorer.groups.
bool Jypeli.GroupIgnorer.CanCollide | ( | GroupIgnorer | other | ) |
Määrittely tiedoston GroupIgnorer.cs rivillä 57.
Viittaukset Jypeli.GroupIgnorer.CanCollideInternal().
|
virtual |
Toteuttaa luokan Jypeli.Ignorer.
Määrittely tiedoston GroupIgnorer.cs rivillä 66.
Viittaukset Jypeli.GroupIgnorer.GroupIgnorer() ja Jypeli.GroupIgnorer.CanCollideInternal().
|
private |
Määrittely tiedoston GroupIgnorer.cs rivillä 62.
Viittaukset Jypeli.GroupIgnorer.groups ja Jypeli.GroupCollection.Intersect().
Viitattu Jypeli.GroupIgnorer.CanCollide().
|
virtual |
Määrittely tiedoston GroupIgnorer.cs rivillä 73.
Viittaukset Jypeli.GroupIgnorer.GroupIgnorer().
|
private |
Määrittely tiedoston GroupIgnorer.cs rivillä 42.
Viitattu Jypeli.GroupIgnorer.GroupIgnorer() ja Jypeli.GroupIgnorer.CanCollideInternal().
|
get |
Määrittely tiedoston GroupIgnorer.cs rivillä 52.
|
get |
Määrittely tiedoston GroupIgnorer.cs rivillä 56.