MeshCurve
Complete API reference for MeshCurve, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Roads
Component: yes
public class MeshCurve extends Component
Constructors
| Signature | Description |
|---|---|
MeshCurve(MeshCurve) | Executes MeshCurve and returns after the underlying engine call finishes. |
MeshCurve(Engine) | Executes MeshCurve and returns after the underlying engine call finishes. |
MeshCurve() | Creates a new instance of MeshCurve. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | MeshCurve | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
spacing | float | get/set | Virtual attribute exposed by getSpacing. Access it like a field to read or write the underlying value. |
startOffset | float | get/set | Virtual attribute exposed by getStartOffset. Access it like a field to read or write the underlying value. |
curveQuality | float | get/set | Virtual attribute exposed by getCurveQuality. Access it like a field to read or write the underlying value. |
offset | Vector3 | get/set | Virtual attribute exposed by getOffset. Access it like a field to read or write the underlying value. |
scale | Vector3 | get/set | Virtual attribute exposed by getScale. Access it like a field to read or write the underlying value. |
forwardAxis | ForwardAxis | get/set | Virtual attribute exposed by getForwardAxis. Access it like a field to read or write the underlying value. |
upMode | UpMode | get/set | Virtual attribute exposed by getUpMode. Access it like a field to read or write the underlying value. |
stickToTerrain | boolean | get/set | Virtual attribute exposed by isStickToTerrain. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isStickToTerrain() | boolean | Returns whether stick to terrain is enabled. |