public class TSRSelectionPass extends TSRRenderPass
swigCMemOwn
Modifier | Constructor and Description |
---|---|
protected |
TSRSelectionPass(long cPtr,
boolean cMemoryOwn) |
|
TSRSelectionPass(SWIGTYPE_p_TSRSceneWorldInterface _pWorld) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(TSRSelectionPass obj) |
static TSRSelectionPass |
getInstance() |
SWIGTYPE_p_TSRImage |
getM_SelectionImage() |
SWIGTYPE_p_TSRRenderTarget |
getRenderTarget() |
void |
onResize(long _uiNewWidth,
long _uiNewHeight) |
int |
readPixel(long _uiX,
long _uiY) |
boolean |
readPixels(int _uiX,
int _uiY,
int _uiWidth,
int _uiHeight,
int[] _pauiPixels) |
void |
setM_SelectionImage(SWIGTYPE_p_TSRImage value) |
void |
submitRendering(SWIGTYPE_p_vectorT_TSRSceneEntity_p_t _renderables) |
void |
update(float _fDeltaTime) |
getCPtr, getM_bEnabled, getM_Type, setCallback, setM_bEnabled, setM_Type, setWorld
protected TSRSelectionPass(long cPtr, boolean cMemoryOwn)
public TSRSelectionPass(SWIGTYPE_p_TSRSceneWorldInterface _pWorld)
protected static long getCPtr(TSRSelectionPass obj)
protected void finalize()
finalize
in class TSRRenderPass
public void delete()
delete
in class TSRRenderPass
public void update(float _fDeltaTime)
update
in class TSRRenderPass
public void submitRendering(SWIGTYPE_p_vectorT_TSRSceneEntity_p_t _renderables)
submitRendering
in class TSRRenderPass
public void onResize(long _uiNewWidth, long _uiNewHeight)
onResize
in class TSRRenderPass
public int readPixel(long _uiX, long _uiY)
public boolean readPixels(int _uiX, int _uiY, int _uiWidth, int _uiHeight, int[] _pauiPixels)
public static TSRSelectionPass getInstance()
public void setM_SelectionImage(SWIGTYPE_p_TSRImage value)
public SWIGTYPE_p_TSRImage getM_SelectionImage()
public SWIGTYPE_p_TSRRenderTarget getRenderTarget()