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

withAssets

open fun withAssets(vararg assetNames: String!): AnimationBuilder!

Add assets into animation

Parameters

assetNames - String!: the assets

Return
AnimationBuilder!: the builder

open fun withAssets(assetNames: MutableList<String!>!): AnimationBuilder!

Add assets into animation

Parameters

assetNames - MutableList<String!>!: the assets

Return
AnimationBuilder!: the builder