API reference
API reference
Select your platform
No SDKs available
No versions available

PoseAttribute

PoseAttribute

class PoseAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: Pose? = null) : AbstractAttribute<Pose?>

Constructors

NameSummary
PoseAttribute
constructor(keyString: String, key: Int, component: ComponentBase, initialValue: Pose? = null)

Properties

NameSummary
map
var map: MutableMap<Int, <Error class: unknown class><AttributeType, Any?>>
value
var value: Pose?

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): Pose
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Pose)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon