Uses of Class
com.aspose.threed.PoseType
-
-
Uses of PoseType in com.aspose.threed
Methods in com.aspose.threed that return PoseType Modifier and Type Method Description PoseType
Pose. getPoseType()
Gets the type of the pose.static PoseType
PoseType. valueOf(java.lang.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.Methods in com.aspose.threed with parameters of type PoseType Modifier and Type Method Description void
Pose. setPoseType(PoseType value)
Sets the type of the pose.
-