A Sandcastle Documented Class Library
Influence Constructor (jointName, weight, skin)
NamespacesCollada.SkinningInfluenceInfluence(String, Single, Skin)
Creates a new Influence object
Declaration Syntax
C#Visual BasicVisual C++
public Influence(
	string jointName,
	float weight,
	Skin skin
)
Public Sub New ( _
	jointName As String, _
	weight As Single, _
	skin As Skin _
)
public:
Influence(
	String^ jointName, 
	float weight, 
	Skin^ skin
)
Parameters
jointName (String)
The name of the joint to be used
weight (Single)
The weight for this influence
skin (Skin)
The skin object containing the specified joint

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