public class SCRTAxisCubeEntity extends SCRTSceneEntity
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
SCRTAxisCubeEntity() |
protected |
SCRTAxisCubeEntity(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
debugRender() |
void |
delete() |
void |
destroyMeshes() |
protected void |
finalize() |
protected static long |
getCPtr(SCRTAxisCubeEntity obj) |
SCRTAxisCubeDescriptor |
getDescriptor() |
int |
getKind() |
SCRTAxisPlaneEntity |
getPlaneXYEntity() |
SCRTAxisPlaneEntity |
getPlaneXZEntity() |
SCRTAxisPlaneEntity |
getPlaneZYEntity() |
float |
getSizeX() |
float |
getSizeY() |
float |
getSizeZ() |
boolean |
isWallVisible(int _wall) |
void |
onEngineRestart() |
void |
render() |
void |
renderRaw() |
void |
setManualWallsVisibilityEnabled(boolean _bManualWallsVisibilty) |
void |
setWallVisible(int _wall,
boolean _bVisible) |
TSRVector3 |
transformCoordinateToWorld(TSRVector3 _localCoordinate) |
void |
update(float _fDeltaTime) |
void |
updateTransforms() |
void |
updateVisibility(TSRCamera _pCamera,
long _uiCamerasCount) |
addChildEntityInternal, clearChildEntitiesInternal, forceLink, getBounds, getChildEntities, getChildInternal, getChildrenCountInternal, getCPtr, getEntityId, getHeightMap, getMesh, getObjectType, getObjectTypeName, getSelectionHelper, getWorld, isVisible, removeChildEntityInternal, setEntityId, setMaterial, setPosition, setRotation, setScale, setVisible, setWorld, staticClass, subscribeChildEntities, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership, unsubscribeChildEntities
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 SCRTAxisCubeEntity(long cPtr, boolean cMemoryOwn)
public SCRTAxisCubeEntity()
protected static long getCPtr(SCRTAxisCubeEntity obj)
protected void finalize()
finalize
in class SCRTSceneEntity
public void delete()
delete
in class SCRTSceneEntity
public void updateTransforms()
public void update(float _fDeltaTime)
update
in class SCRTSceneEntity
public void render()
render
in class SCRTSceneEntity
public void renderRaw()
renderRaw
in class SCRTSceneEntity
public void debugRender()
debugRender
in class SCRTSceneEntity
public void updateVisibility(TSRCamera _pCamera, long _uiCamerasCount)
updateVisibility
in class SCRTSceneEntity
public void destroyMeshes()
public int getKind()
getKind
in class SCRTSceneEntity
public void onEngineRestart()
onEngineRestart
in class SCRTSceneEntity
public float getSizeX()
public float getSizeY()
public float getSizeZ()
public boolean isWallVisible(int _wall)
public void setWallVisible(int _wall, boolean _bVisible)
public void setManualWallsVisibilityEnabled(boolean _bManualWallsVisibilty)
public TSRVector3 transformCoordinateToWorld(TSRVector3 _localCoordinate)
public SCRTAxisPlaneEntity getPlaneXYEntity()
public SCRTAxisPlaneEntity getPlaneZYEntity()
public SCRTAxisPlaneEntity getPlaneXZEntity()
public SCRTAxisCubeDescriptor getDescriptor()