makeFollowPuckViewportState

abstract fun makeFollowPuckViewportState(options: FollowPuckViewportStateOptions = FollowPuckViewportStateOptions.Builder().build()): FollowPuckViewportState

Create a new FollowPuckViewportState instance with provided FollowPuckViewportStateOptions.

Return

The newly-created FollowPuckViewportState instance.

Parameters

options

The desired FollowPuckViewportStateOptions, defaults to FollowPuckViewportStateOptions that's initialised with default parameters.