A Sandcastle Documented Class Library
Find Method (name)
NamespacesCollada.SkinningJointsFind(String)
Finds a Joint in the JointList witih the specified name
Declaration Syntax
C#Visual BasicVisual C++
public Joint Find(
	string name
)
Public Function Find ( _
	name As String _
) As Joint
public:
Joint^ Find(
	String^ name
)
Parameters
name (String)
Name of the joint you are looking for
Return Value
The joint with the specified name, null if not found.

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)