Jypeli 10
The simple game programming library
Jypeli.AdvGroupIgnorer luokkareferenssi

A collision ignorer that uses group numbers to do collision ignoring. If a object is member of a group that the other body is ignoring then they will not collide. Lisää...

Luokan Jypeli.AdvGroupIgnorer luokkakaavio
Jypeli.Ignorer

Julkiset jäsenfunktiot

 AdvGroupIgnorer ()
 
bool CanCollide (AdvGroupIgnorer other)
 
override bool CanCollide (IPhysicsBody thisBody, IPhysicsBody otherBody, Ignorer other)
 
virtual object Clone ()
 

Suojatut jäsenfunktiot

 AdvGroupIgnorer (AdvGroupIgnorer copy)
 
- Suojatut jäsenfunktiot inherited from Jypeli.Ignorer
 Ignorer ()
 
 Ignorer (Ignorer copy)
 

Ominaisuudet

override bool BothNeeded [get]
 
GroupCollection Groups [get]
 
GroupCollection IgnoredGroups [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 (AdvGroupIgnorer other)
 

Yksityiset attribuutit

GroupCollection groups
 
GroupCollection ignoredGroups
 

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 a object is member of a group that the other body is ignoring then they will not collide.

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 40.

Rakentajien & purkajien dokumentaatio

◆ AdvGroupIgnorer() [1/2]

Jypeli.AdvGroupIgnorer.AdvGroupIgnorer ( )

◆ AdvGroupIgnorer() [2/2]

Jypeli.AdvGroupIgnorer.AdvGroupIgnorer ( AdvGroupIgnorer  copy)
protected

Jäsenfunktioiden dokumentaatio

◆ CanCollide() [1/2]

bool Jypeli.AdvGroupIgnorer.CanCollide ( AdvGroupIgnorer  other)

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 61.

Viittaukset Jypeli.AdvGroupIgnorer.CanCollideInternal().

◆ CanCollide() [2/2]

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

◆ CanCollideInternal()

bool Jypeli.AdvGroupIgnorer.CanCollideInternal ( AdvGroupIgnorer  other)
private

◆ Clone()

virtual object Jypeli.AdvGroupIgnorer.Clone ( )
virtual

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 77.

Viittaukset Jypeli.AdvGroupIgnorer.AdvGroupIgnorer().

Jäsendatan dokumentaatio

◆ groups

GroupCollection Jypeli.AdvGroupIgnorer.groups
private

◆ ignoredGroups

GroupCollection Jypeli.AdvGroupIgnorer.ignoredGroups
private

Ominaisuuksien dokumentaatio

◆ BothNeeded

override bool Jypeli.AdvGroupIgnorer.BothNeeded
get

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 55.

◆ Groups

GroupCollection Jypeli.AdvGroupIgnorer.Groups
get

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 59.

◆ IgnoredGroups

GroupCollection Jypeli.AdvGroupIgnorer.IgnoredGroups
get

Määrittely tiedoston AdvGroupIgnorer.cs rivillä 60.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: