Jypeli 10
The simple game programming library
Jypeli.GroupIgnorer luokkareferenssi

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ää...

Luokan Jypeli.GroupIgnorer luokkakaavio
Jypeli.Ignorer

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)
 

Yksityiskohtainen selite

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.

Rakentajien & purkajien dokumentaatio

◆ GroupIgnorer() [1/2]

Jypeli.GroupIgnorer.GroupIgnorer ( )

Määrittely tiedoston GroupIgnorer.cs rivillä 43.

Viitattu Jypeli.GroupIgnorer.CanCollide() ja Jypeli.GroupIgnorer.Clone().

◆ GroupIgnorer() [2/2]

Jypeli.GroupIgnorer.GroupIgnorer ( GroupIgnorer  copy)
protected

Määrittely tiedoston GroupIgnorer.cs rivillä 47.

Viittaukset Jypeli.GroupIgnorer.groups.

Jäsenfunktioiden dokumentaatio

◆ CanCollide() [1/2]

bool Jypeli.GroupIgnorer.CanCollide ( GroupIgnorer  other)

Määrittely tiedoston GroupIgnorer.cs rivillä 57.

Viittaukset Jypeli.GroupIgnorer.CanCollideInternal().

◆ CanCollide() [2/2]

override bool Jypeli.GroupIgnorer.CanCollide ( IPhysicsBody  thisBody,
IPhysicsBody  otherBody,
Ignorer  other 
)
virtual

Toteuttaa luokan Jypeli.Ignorer.

Määrittely tiedoston GroupIgnorer.cs rivillä 66.

Viittaukset Jypeli.GroupIgnorer.GroupIgnorer() ja Jypeli.GroupIgnorer.CanCollideInternal().

◆ CanCollideInternal()

bool Jypeli.GroupIgnorer.CanCollideInternal ( GroupIgnorer  other)
private

◆ Clone()

virtual object Jypeli.GroupIgnorer.Clone ( )
virtual

Määrittely tiedoston GroupIgnorer.cs rivillä 73.

Viittaukset Jypeli.GroupIgnorer.GroupIgnorer().

Jäsendatan dokumentaatio

◆ groups

GroupCollection Jypeli.GroupIgnorer.groups
private

Ominaisuuksien dokumentaatio

◆ BothNeeded

override bool Jypeli.GroupIgnorer.BothNeeded
get

Määrittely tiedoston GroupIgnorer.cs rivillä 52.

◆ Groups

GroupCollection Jypeli.GroupIgnorer.Groups
get

Määrittely tiedoston GroupIgnorer.cs rivillä 56.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: