SmoothCameraFollow
Complete API reference for SmoothCameraFollow, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Prototyping
Component: yes
public class SmoothCameraFollow extends Component
Constructors
| Signature | Description |
|---|---|
SmoothCameraFollow(SmoothCameraFollow) | Executes SmoothCameraFollow and returns after the underlying engine call finishes. |
SmoothCameraFollow(Engine) | Executes SmoothCameraFollow and returns after the underlying engine call finishes. |
SmoothCameraFollow() | Creates a new instance of SmoothCameraFollow. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | SmoothCameraFollow | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
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. |
heightDamping | float | get/set | Virtual attribute exposed by getHeightDamping. 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. |
rotationDamping | float | get/set | Virtual attribute exposed by getRotationDamping. 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. |