OrbitalCameraFollow
Complete API reference for OrbitalCameraFollow, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Prototyping
Component: yes
public class OrbitalCameraFollow extends Component
Constructors
| Signature | Description |
|---|---|
OrbitalCameraFollow(OrbitalCameraFollow) | Executes OrbitalCameraFollow and returns after the underlying engine call finishes. |
OrbitalCameraFollow(Engine) | Executes OrbitalCameraFollow and returns after the underlying engine call finishes. |
OrbitalCameraFollow() | Creates a new instance of OrbitalCameraFollow. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | OrbitalCameraFollow | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
axisName | String | get/set | Virtual attribute exposed by getAxisName. Access it like a field to read or write the underlying value. |
sensibilityHorizontal | float | get/set | Virtual attribute exposed by getSensibilityHorizontal. Access it like a field to read or write the underlying value. |
sensibilityVertical | float | get/set | Virtual attribute exposed by getSensibilityVertical. Access it like a field to read or write the underlying value. |
invertX | boolean | get/set | Virtual attribute exposed by isInvertX. Access it like a field to read or write the underlying value. |
invertY | boolean | get/set | Virtual attribute exposed by isInvertY. Access it like a field to read or write the underlying value. |
limited | boolean | get/set | Virtual attribute exposed by isLimited. Access it like a field to read or write the underlying value. |
targetOffset | Vector3 | get/set | Virtual attribute exposed by getTargetOffset. Access it like a field to read or write the underlying value. |
distance | float | get/set | Virtual attribute exposed by getDistance. Access it like a field to read or write the underlying value. |
height | float | get/set | Virtual attribute exposed by getHeight. Access it like a field to read or write the underlying value. |
positionDamping | float | get/set | Virtual attribute exposed by getPositionDamping. Access it like a field to read or write the underlying value. |
maxHeightDistance | float | get/set | Virtual attribute exposed by getMaxHeightDistance. Access it like a field to read or write the underlying value. |
maxPitch | float | get/set | Virtual attribute exposed by getMaxPitch. Access it like a field to read or write the underlying value. |
minPitch | float | get/set | Virtual attribute exposed by getMinPitch. Access it like a field to read or write the underlying value. |
rotationDamping | float | get/set | Virtual attribute exposed by getRotationDamping. Access it like a field to read or write the underlying value. |
orbitPositionDamping | float | get/set | Virtual attribute exposed by getOrbitPositionDamping. Access it like a field to read or write the underlying value. |
orbitRotationDamping | float | get/set | Virtual attribute exposed by getOrbitRotationDamping. Access it like a field to read or write the underlying value. |
target | SpatialObject | get/set | Virtual attribute exposed by getTarget. Access it like a field to read or write the underlying value. |