public class SCRTSelectionInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
SCRTSelectionInfo() |
protected |
SCRTSelectionInfo(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(SCRTSelectionInfo obj) |
SCRTSceneEntity |
getM_pEntity() |
int |
getM_uiHeightMapIndexI() |
int |
getM_uiHeightMapIndexJ() |
int |
getM_uiSelectionIndex() |
void |
setM_pEntity(SCRTSceneEntity value) |
void |
setM_uiHeightMapIndexI(int value) |
void |
setM_uiHeightMapIndexJ(int value) |
void |
setM_uiSelectionIndex(int value) |
protected SCRTSelectionInfo(long cPtr, boolean cMemoryOwn)
public SCRTSelectionInfo()
protected static long getCPtr(SCRTSelectionInfo obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setM_pEntity(SCRTSceneEntity value)
public SCRTSceneEntity getM_pEntity()
public void setM_uiSelectionIndex(int value)
public int getM_uiSelectionIndex()
public void setM_uiHeightMapIndexI(int value)
public int getM_uiHeightMapIndexI()
public void setM_uiHeightMapIndexJ(int value)
public int getM_uiHeightMapIndexJ()