public abstract class Curve extends Entity
name, properties| Constructor and Description |
|---|
Curve() |
| Modifier and Type | Method and Description |
|---|---|
Vector3 |
getColor()
Gets the color of the line, default value is white(1, 1, 1)
|
EntityRendererKey |
getEntityRendererKey()
Gets the key of the entity renderer registered in the renderer
|
void |
setColor(Vector3 value)
Sets the color of the line, default value is white(1, 1, 1)
|
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic Vector3 getColor()
public void setColor(Vector3 value)
value - New valuepublic EntityRendererKey getEntityRendererKey()
getEntityRendererKey in class Entity