NodeBuilder.IsValidArmature

NodeBuilder.IsValidArmature method

Checks if the collection of joints can be used for skinning a mesh.

public static bool IsValidArmature(IEnumerable<NodeBuilder> joints)
ParameterTypeDescription
jointsIEnumerable`1A collection of joints.

Return Value

True if the joints can be used for skinning.

See Also