Uses of Class
crystalspace.jbind.impl.csutil.flags.csFlags

Packages that use csFlags
crystalspace.jbind.impl.csgeom.polymesh   
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.impl.mesh.thing   
crystalspace.jbind.interfaces.iengine.light   
crystalspace.jbind.interfaces.iengine.mesh   
crystalspace.jbind.interfaces.iengine.portal   
crystalspace.jbind.interfaces.iengine.viscul   
crystalspace.jbind.interfaces.igeom.polymesh   
crystalspace.jbind.interfaces.imesh.thing   
 

Uses of csFlags in crystalspace.jbind.impl.csgeom.polymesh
 

Methods in crystalspace.jbind.impl.csgeom.polymesh that return csFlags
 csFlags csPolygonMesh.getFlags()
           
 

Uses of csFlags in crystalspace.jbind.impl.engine.light
 

Methods in crystalspace.jbind.impl.engine.light that return csFlags
 csFlags csLight.getFlags()
           
 

Uses of csFlags in crystalspace.jbind.impl.engine.mesh
 

Methods in crystalspace.jbind.impl.engine.mesh that return csFlags
 csFlags csMeshWrapper.getFlags()
           
 

Uses of csFlags in crystalspace.jbind.impl.engine.portal
 

Methods in crystalspace.jbind.impl.engine.portal that return csFlags
 csFlags csPortal.getFlags()
           
 

Uses of csFlags in crystalspace.jbind.impl.engine.viscul
 

Methods in crystalspace.jbind.impl.engine.viscul that return csFlags
 csFlags csVisibilityObject.getCullerFlags()
           
 

Uses of csFlags in crystalspace.jbind.impl.mesh.thing
 

Methods in crystalspace.jbind.impl.mesh.thing that return csFlags
 csFlags csThingFactoryState.getFlags()
           
 csFlags csThingFactoryState.getPolygonFlags(int polygon_idx)
           
 

Uses of csFlags in crystalspace.jbind.interfaces.iengine.light
 

Methods in crystalspace.jbind.interfaces.iengine.light that return csFlags
 csFlags iLight.getFlags()
          Get flags for this light.
 

Uses of csFlags in crystalspace.jbind.interfaces.iengine.mesh
 

Methods in crystalspace.jbind.interfaces.iengine.mesh that return csFlags
 csFlags iMeshWrapper.getFlags()
          Get flags for this meshwrapper.
 

Uses of csFlags in crystalspace.jbind.interfaces.iengine.portal
 

Methods in crystalspace.jbind.interfaces.iengine.portal that return csFlags
 csFlags iPortal.getFlags()
          Set portal flags (see CS_PORTAL_XXX values).
 

Uses of csFlags in crystalspace.jbind.interfaces.iengine.viscul
 

Methods in crystalspace.jbind.interfaces.iengine.viscul that return csFlags
 csFlags iVisibilityObject.getCullerFlags()
          Get flags for this object.
 

Uses of csFlags in crystalspace.jbind.interfaces.igeom.polymesh
 

Methods in crystalspace.jbind.interfaces.igeom.polymesh that return csFlags
 csFlags iPolygonMesh.getFlags()
          Get flags for this polygon mesh.
 

Uses of csFlags in crystalspace.jbind.interfaces.imesh.thing
 

Methods in crystalspace.jbind.interfaces.imesh.thing that return csFlags
 csFlags iThingFactoryState.getFlags()
          Set thing flags (see CS_THING_... values above);.
 csFlags iThingFactoryState.getPolygonFlags(int polygon_idx)
          Get the flags of the specified polygon.