open class LookAtBuilder
Build a new LookAt
build |
Create the open fun build(): LookAt! |
buildAsync |
Create the 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! |