Uses of Class
com.aspose.threed.SkeletonType
-
-
Uses of SkeletonType in com.aspose.threed
Methods in com.aspose.threed that return SkeletonType Modifier and Type Method Description SkeletonType
Skeleton. getType()
Gets the type of the skeleton.static SkeletonType
SkeletonType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SkeletonType[]
SkeletonType. 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 SkeletonType Modifier and Type Method Description void
Skeleton. setType(SkeletonType value)
Sets the type of the skeleton.
-