pose_type property

pose_type property

Gets or sets the type of the pose.

Definition:

@property
def pose_type(self):
    ...
@pose_type.setter
def pose_type(self, value):
    ...

See Also