rotation

open fun rotation(rotation: Float): T

Sets the degree that this component is rotated around the pivot point. Increasing the value results in clockwise rotation. By default, the pivot point is centered on the component.


open fun rotation(@Nullable rotation: DynamicValue<Float>): T

Links a DynamicValue object to the rotation value for this Component

Parameters

rotation

controller for the rotation value