qisdk / com.aldebaran.qi.sdk.builder / LookAtBuilder

LookAtBuilder

open class LookAtBuilder

Build a new LookAt

Functions

build

Create the LookAt instance using configured values

open fun build(): LookAt!

buildAsync

Create the LookAt instance using configured values

open fun buildAsync(): Future<LookAt!>!

with

Create a new builder from the qiContext

open static fun with(context: QiContext!): LookAtBuilder!

withFrame

Configure the frame used by LookAt

open fun withFrame(frame: Frame!): LookAtBuilder!