qisdk / com.aldebaran.qi.sdk.builder / AnimationBuilder / withResources

withResources

open fun withResources(@RawRes vararg resIds: Int!): AnimationBuilder!

Add resources into animation

Parameters

resIds - Int!: the resources ids

Return
AnimationBuilder!: the builder

open fun withResources(resIds: MutableList<Int!>!): AnimationBuilder!

Add resources into animation

Parameters

resIds - MutableList<Int!>!: the resources ids

Return
AnimationBuilder!: the builder