Modifier and Type | Method and Description |
---|---|
PoseType |
Pose.getPoseType()
Gets the type of the pose.
|
static PoseType |
PoseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoseType[] |
PoseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Pose.setPoseType(PoseType value)
Sets the type of the pose.
|
Copyright © 2018. All rights reserved.