|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A container for portals.
Method Summary | |
iPortal |
createPortal(csVector3 vertices,
int num)
Create a new portal. |
void |
draw(iRenderView rview)
Render the portal container. |
iPortal |
getPortal(int idx)
Get a specific portal. |
int |
getPortalCount()
Get the number of portals in this contain. |
void |
removePortal(iPortal portal)
Remove a portal. |
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase |
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe |
Methods inherited from interface crystalspace.jbind.interfaces.iPointer |
changePointer, getPointer, isMemoryOwner, setMemoryOwner |
Method Detail |
public iPortal createPortal(csVector3 vertices, int num)
vertices
- num
-
public void draw(iRenderView rview)
rview
- public iPortal getPortal(int idx)
idx
-
public int getPortalCount()
public void removePortal(iPortal portal)
portal
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |