Jypeli 10
The simple game programming library
Jypeli.Ignorer luokkareferenssiabstract

Base class for Collision Ignorers to impliment. Lisää...

Luokan Jypeli.Ignorer luokkakaavio
Jypeli.AdvGroupIgnorer Jypeli.GroupIgnorer Jypeli.JypeliGroupIgnorer Jypeli.ObjectIgnorer Jypeli.Physics.OneWayPlatformIgnorer

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
 

Yksityiskohtainen selite

Base class for Collision Ignorers to impliment.

Määrittely tiedoston Ignorer.cs rivillä 39.

Rakentajien & purkajien dokumentaatio

◆ Ignorer() [1/2]

Jypeli.Ignorer.Ignorer ( )
protected

Määrittely tiedoston Ignorer.cs rivillä 46.

◆ Ignorer() [2/2]

Jypeli.Ignorer.Ignorer ( Ignorer  copy)
protected

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

Viittaukset Jypeli.Ignorer.isInverted.

Jäsenfunktioiden dokumentaatio

◆ CanCollide() [1/2]

static bool Jypeli.Ignorer.CanCollide ( IPhysicsBody  leftBody,
IPhysicsBody  rightBody,
Ignorer  left,
Ignorer  right 
)
staticpackage

◆ CanCollide() [2/2]

abstract bool Jypeli.Ignorer.CanCollide ( IPhysicsBody  thisBody,
IPhysicsBody  otherBody,
Ignorer  other 
)
pure virtual

◆ CanCollideInternal()

bool Jypeli.Ignorer.CanCollideInternal ( IPhysicsBody  thisBody,
IPhysicsBody  otherBody,
Ignorer  other 
)
private

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

Viittaukset Jypeli.Ignorer.CanCollide() ja Jypeli.Ignorer.isInverted.

Viitattu Jypeli.Ignorer.CanCollide().

Jäsendatan dokumentaatio

◆ isInverted

bool Jypeli.Ignorer.isInverted
private

Määrittely tiedoston Ignorer.cs rivillä 41.

Viitattu Jypeli.Ignorer.Ignorer() ja Jypeli.Ignorer.CanCollideInternal().

Ominaisuuksien dokumentaatio

◆ BothNeeded

abstract bool Jypeli.Ignorer.BothNeeded
get

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

◆ IsInverted

bool Jypeli.Ignorer.IsInverted
getset

Get and sets if the result of this ignorer is inverted.

Määrittely tiedoston Ignorer.cs rivillä 54.


Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: