public class SCRTXyzGizmoEntity extends SCRTSceneEntity
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
SCRTXyzGizmoEntity() |
protected |
SCRTXyzGizmoEntity(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
float |
getAxisLength() |
float |
getCornerDistance() |
protected static long |
getCPtr(SCRTXyzGizmoEntity obj) |
int |
getKind() |
java.lang.String |
getLabelsFontName() |
long |
getLabelsFontSize() |
TSRColor3 |
getLabelXColor() |
java.lang.String |
getLabelXText() |
TSRColor3 |
getLabelYColor() |
java.lang.String |
getLabelYText() |
TSRColor3 |
getLabelZColor() |
void |
getLabelZColor(TSRColor3 _cValue) |
java.lang.String |
getLabelZText() |
float |
getLineThickness() |
void |
onEngineRestart() |
void |
render() |
void |
setAxisLength(float _fValue) |
void |
setCornerDistance(float _fValue) |
void |
setLabelsFontName(java.lang.String _cpcValue) |
void |
setLabelsFontSize(long _uiValue) |
void |
setLabelXColor(float _fX,
float _fY,
float _fZ) |
void |
setLabelXColor(TSRColor3 _cValue) |
void |
setLabelXText(java.lang.String _cpcValue) |
void |
setLabelYColor(float _fX,
float _fY,
float _fZ) |
void |
setLabelYColor(TSRColor3 _cValue) |
void |
setLabelYText(java.lang.String _cpcValue) |
void |
setLabelZColor(float _fX,
float _fY,
float _fZ) |
void |
setLabelZText(java.lang.String _cpcValue) |
void |
setLineThickness(float _fValue) |
addChildEntityInternal, clearChildEntitiesInternal, debugRender, forceLink, getBounds, getChildEntities, getChildInternal, getChildrenCountInternal, getCPtr, getEntityId, getHeightMap, getMesh, getObjectType, getObjectTypeName, getSelectionHelper, getWorld, isVisible, removeChildEntityInternal, renderRaw, setEntityId, setMaterial, setPosition, setRotation, setScale, setVisible, setWorld, staticClass, subscribeChildEntities, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership, unsubscribeChildEntities, update, updateVisibility
getCPtr, getM_BoundBox, getM_Transform, getPosition, getZOrder, setM_BoundBox, setM_Transform, setZOrder
getCPtr, getName, load, load, loadBinary, loadBinary, onRTU, reload, save, save, saveBinary, saveBinary, setName
protected SCRTXyzGizmoEntity(long cPtr, boolean cMemoryOwn)
public SCRTXyzGizmoEntity()
protected static long getCPtr(SCRTXyzGizmoEntity obj)
protected void finalize()
finalize
in class SCRTSceneEntity
public void delete()
delete
in class SCRTSceneEntity
public void render()
render
in class SCRTSceneEntity
public int getKind()
getKind
in class SCRTSceneEntity
public float getAxisLength()
public void setAxisLength(float _fValue)
public float getCornerDistance()
public void setCornerDistance(float _fValue)
public float getLineThickness()
public void setLineThickness(float _fValue)
public java.lang.String getLabelsFontName()
public void setLabelsFontName(java.lang.String _cpcValue)
public long getLabelsFontSize()
public void setLabelsFontSize(long _uiValue)
public java.lang.String getLabelXText()
public void setLabelXText(java.lang.String _cpcValue)
public TSRColor3 getLabelXColor()
public void setLabelXColor(TSRColor3 _cValue)
public void setLabelXColor(float _fX, float _fY, float _fZ)
public java.lang.String getLabelYText()
public void setLabelYText(java.lang.String _cpcValue)
public TSRColor3 getLabelYColor()
public void setLabelYColor(TSRColor3 _cValue)
public void setLabelYColor(float _fX, float _fY, float _fZ)
public java.lang.String getLabelZText()
public void setLabelZText(java.lang.String _cpcValue)
public TSRColor3 getLabelZColor()
public void getLabelZColor(TSRColor3 _cValue)
public void setLabelZColor(float _fX, float _fY, float _fZ)
public void onEngineRestart()
onEngineRestart
in class SCRTSceneEntity