A Sandcastle Documented Class Library
Size Property
NamespacesColladaInputListSize
Gets the size of each vertex. This really means how many indices are required to fully specify one vertex. It is often the same as the number of inputs, but not always, because inputs may share an index. You can tell if they are sharing an index by looking at the offset property of the input object. If the offsets are the same, they are sharing an index.
Declaration Syntax
C#Visual BasicVisual C++
public int Size { get; }
Public ReadOnly Property Size As Integer
public:
property int Size {
	int get ();
}

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