A Sandcastle Documented Class Library
Offset Property
NamespacesColladaInputOffset
The offset for this Input's index in the list of indices comprising each vertex
Declaration Syntax
C#Visual BasicVisual C++
public int Offset { get; set; }
Public Property Offset As Integer
public:
property int Offset {
	int get ();
	void set (int value);
}
Remarks
Each vertex will have multiple inputs, with each input requiring an index into its Source. This Offset tells you which one belongs to this Input

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