Skip to main content

Class: RenderableObject

This page documents the methods and fields available in the RenderableObject class.

Members

SignatureDescription
RenderableObject()Creates a new instance of RenderableObject.
RenderableObject(Component, float[], boolean)Creates a new instance of RenderableObject.
RenderableObject(float[], boolean)Creates a new instance of RenderableObject.
getComponent()Returns the current component.
getRenderMatrix()Returns the current render matrix.
isVisibleByCamera()Returns whether visible by camera is true.
setComponent(Component)Sets or updates the component.
setRenderMatrix(float[])Sets or updates the render matrix.
setVisibleByCamera(boolean)Sets or updates the visible by camera.