A Sandcastle Documented Class Library
Influence Constructor (args, skin)
NamespacesCollada.SkinningInfluenceInfluence(List<(Of <(Object>)>), Skin)
Creates a new Influence object
Declaration Syntax
C#Visual BasicVisual C++
public Influence(
	List<Object> args,
	Skin skin
)
Public Sub New ( _
	args As List(Of Object), _
	skin As Skin _
)
public:
Influence(
	List<Object^>^ args, 
	Skin^ skin
)
Parameters
args (List<(Of <(Object>)>))
A list containing a string for the joint name and a float for the weight
skin (Skin)
The skin object wherein the specified joint can be found

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