public class SCRTIndexedMeshInstance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
SCRTIndexedMeshInstance() |
protected |
SCRTIndexedMeshInstance(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(SCRTIndexedMeshInstance obj) |
float |
getM_fSize() |
TSRVector3 |
getM_Position() |
int |
getM_uiColor() |
int |
getM_uiSelectionColorA() |
int |
getM_uiSelectionColorB() |
TSRVector4 |
getM_vScale() |
void |
selectionColorA(int _uiColor) |
void |
selectionColorB(int _uiColor) |
void |
setM_fSize(float value) |
void |
setM_Position(TSRVector3 value) |
void |
setM_uiColor(int value) |
void |
setM_uiSelectionColorA(int value) |
void |
setM_uiSelectionColorB(int value) |
void |
setM_vScale(TSRVector4 value) |
protected SCRTIndexedMeshInstance(long cPtr, boolean cMemoryOwn)
public SCRTIndexedMeshInstance()
protected static long getCPtr(SCRTIndexedMeshInstance obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setM_Position(TSRVector3 value)
public TSRVector3 getM_Position()
public void setM_fSize(float value)
public float getM_fSize()
public void setM_vScale(TSRVector4 value)
public TSRVector4 getM_vScale()
public void setM_uiColor(int value)
public int getM_uiColor()
public void setM_uiSelectionColorA(int value)
public int getM_uiSelectionColorA()
public void setM_uiSelectionColorB(int value)
public int getM_uiSelectionColorB()
public void selectionColorA(int _uiColor)
public void selectionColorB(int _uiColor)