SmartCaptureChoiceRequest

data class SmartCaptureChoiceRequest(val playerId: String, val ballItemId: String, val sourceUnitId: String? = null, val targetId: String, val priority: Int? = null, val speed: Int? = null)

面向前端的智能捕捉请求。

Constructors

Link copied to clipboard
constructor(playerId: String, ballItemId: String, sourceUnitId: String? = null, targetId: String, priority: Int? = null, speed: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val speed: Int?
Link copied to clipboard