public class BillboardInfo extends BaseInfo
disposeAfterUse, nativeHandle
Constructor and Description |
---|
BillboardInfo()
Creates an empty billboard info object
|
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
com.mousebird.maply.BillboardInfo.Orient |
getOrient()
Return the billboard orientation.
|
void |
setColor(float r,
float g,
float b,
float a)
Set color by component.
|
void |
setColor(int color)
Set the color used by the geometry.
|
void |
setOrient(com.mousebird.maply.BillboardInfo.Orient orient)
Set the orientation toward the user (eye) or tied to the ground (but also taking user position into account)
|
getDrawOffset, getDrawPriority, getEnable, getFadeIn, getFadeOut, getFadeOutTime, getShaderID, getViewDistRangeMax, getViewDistRangeMin, getViewerCenter, getVisibleHeightMax, getVisibleHeightMin, setDrawOffset, setDrawPriority, setEnable, setEnableTimes, setFade, setFadeInOut, setFadeOutTime, setMaxVis, setMinVis, setRenderTarget, setShader, setShaderID, setViewDistRange, setViewerCenter, setVisibleHeightRange, setZBufferRead, setZBufferWrite
public void setColor(int color)
color
- Color in Android format, including alpha.public void setColor(float r, float g, float b, float a)
public void setOrient(com.mousebird.maply.BillboardInfo.Orient orient)
public com.mousebird.maply.BillboardInfo.Orient getOrient()
public void finalize()
finalize
in class java.lang.Object