Index

enum Index : Enum<BodyJoint.Index>

Index of body joint.

Entries

Link copied to clipboard

Pelvis.

Link copied to clipboard

Left hip.

Link copied to clipboard

Right hip.

Link copied to clipboard

Spine1.

Link copied to clipboard

Left knee.

Link copied to clipboard

Right knee.

Link copied to clipboard

Spine2.

Link copied to clipboard

Left ankle.

Link copied to clipboard

Right ankle.

Link copied to clipboard

Spine3.

Link copied to clipboard

Left foot.

Link copied to clipboard

Right foot.

Link copied to clipboard

Neck.

Link copied to clipboard

Left collar.

Link copied to clipboard

Right collar.

Link copied to clipboard

Head.

Link copied to clipboard

Left shoulder.

Link copied to clipboard

Right shoulder.

Link copied to clipboard

Left elbow.

Link copied to clipboard

Right elbow.

Link copied to clipboard

Left wrist.

Link copied to clipboard

Right wrist.

Link copied to clipboard

Left hand.

Link copied to clipboard

Right hand.

Properties

Link copied to clipboard
val entries: EnumEntries<BodyJoint.Index>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): BodyJoint.Index

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<BodyJoint.Index>

Returns an array containing the constants of this enum type, in the order they're declared.