[Missing <summary> documentation for "M:VVVV.SkeletonInterfaces.ISkeleton.InsertJoint(System.String,VVVV.SkeletonInterfaces.IJoint)"]

Namespace: VVVV.SkeletonInterfaces
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
void InsertJoint(
	string parent,
	IJoint newJoint
)

Parameters

parent
Type: System..::..String

[Missing <param name="parent"/> documentation for "M:VVVV.SkeletonInterfaces.ISkeleton.InsertJoint(System.String,VVVV.SkeletonInterfaces.IJoint)"]

newJoint
Type: VVVV.SkeletonInterfaces..::..IJoint

[Missing <param name="newJoint"/> documentation for "M:VVVV.SkeletonInterfaces.ISkeleton.InsertJoint(System.String,VVVV.SkeletonInterfaces.IJoint)"]

See Also