SelectionQueue

Inheritance:

Methods of SelectionQueue:

__init__
def __init__(self, parentNP=render)

Undocumented function.

addCollider
def addCollider(self, collider)

Undocumented function.

addUnpickable
def addUnpickable(self, item)

Undocumented function.

collideWithBitMask
def collideWithBitMask(self, bitMask)

Undocumented function.

collideWithGeom
def collideWithGeom(self)

Undocumented function.

collideWithWidget
def collideWithWidget(self)

Undocumented function.

findCollisionEntry
def findCollisionEntry(self, skipFlags=SKIP_NONE, startIndex=0)

Undocumented function.

findNextCollisionEntry
def findNextCollisionEntry(self, skipFlags=SKIP_NONE)

Undocumented function.

getCurrentEntry
def getCurrentEntry(self)

Undocumented function.

isEntryBackfacing
def isEntryBackfacing(self, entry)

Undocumented function.

removeUnpickable
def removeUnpickable(self, item)

Undocumented function.

setCurrentEntry
def setCurrentEntry(self, entry)

Undocumented function.

setCurrentIndex
def setCurrentIndex(self, index)

Undocumented function.

setParentNP
def setParentNP(self, parentNP)

Undocumented function.