crystalspace.jbind.impl.mesh.object
Class csMeshObjectDrawCallback
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.mesh.object.csMeshObjectDrawCallback
- All Implemented Interfaces:
- iBase, iJPointer, iMeshObjectDrawCallback, iPointer
- public class csMeshObjectDrawCallback
- extends csBase
- implements iMeshObjectDrawCallback
- Author:
- Quentin Anciaux
| Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csMeshObjectDrawCallback
public csMeshObjectDrawCallback(iPointer nPointer)
- Parameters:
nPointer -
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion in interface iBase- Specified by:
getVersion in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName in interface iBase- Specified by:
getName in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
beforeDrawing
public boolean beforeDrawing(iMeshObject spr,
iRenderView rview)
- Description copied from interface:
iMeshObjectDrawCallback
- Before drawing.
- Specified by:
beforeDrawing in interface iMeshObjectDrawCallback
- Parameters:
spr - rview -
- Returns:
- See Also:
iMeshObjectDrawCallback.beforeDrawing(crystalspace.jbind.interfaces.imesh.object.iMeshObject, crystalspace.jbind.interfaces.iengine.rview.iRenderView)