Interface IRenderable

All Known Subinterfaces:
I3DTextRenderable, IAnnotationsRenderable, IGPUVertsRenderable, ILineRenderable, IModelRenderable, IPointRenderable, IShapeRenderable
All Known Implementing Classes:
LabelView, LineView, OctreeNode, PointView, Render, RenderView, ShapeEntityRenderSystem, VertsView

public interface IRenderable
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the component types of this entity
    double
    Gets the last distance to the camera calculated for this entity
    float
    Returns the opacity of this renderable
  • Method Details Link icon

    • getComponentType Link icon

      ComponentTypes getComponentType()
      Gets the component types of this entity
      Returns:
      The component types
    • getDistToCamera Link icon

      double getDistToCamera()
      Gets the last distance to the camera calculated for this entity
      Returns:
      The distance
    • getOpacity Link icon

      float getOpacity()
      Returns the opacity of this renderable
      Returns:
      The opacity