class Builder
Package: dji.common.mission.waypointv2.Action
Description:
The class is used to create the instance of WaypointGimbalPathPointInfo
.
Class Members:
method runningTime
Builder runningTime (float runningTime)
Package: dji.common.mission.waypointv2.Action
Description:
Sets the running time.
float runningTime A float value of running time. (unit:second)
Return:
method stayTime
Builder stayTime (float stayTime)
Package: dji.common.mission.waypointv2.Action
Description:
Sets the stay time.
float stayTime A float value of stay time.(unit:second)
Return:
method eulerRoll
Builder eulerRoll (float eulerRoll)
Package: dji.common.mission.waypointv2.Action
Description:
Sets the roll angle.
float eulerRoll Euler target angle for roll(North East Down coordinate system). Unit:degree.
Return:
method eulerPitch
Builder eulerPitch (float eulerPitch)
Package: dji.common.mission.waypointv2.Action
Description:
Sets the pitch angle.
float eulerPitch Euler target angle for pitch(North East Down coordinate system). Unit:degree.
Return:
method eulerYaw
Builder eulerYaw (float eulerYaw)
Package: dji.common.mission.waypointv2.Action
Description:
Sets the yaw angle.
float eulerYaw Euler target angle for yaw (Unit:degree). The yaw angle is relative to the aircraft heading. If you set yaw angle to 0 degree, the direction of the gimbal will be the same as the aircraft heading.
Return:
method build
WaypointGimbalPathPointInfo build ()
Package: dji.common.mission.waypointv2.Action
Description:
Generates the immutable object.
Return: