Nez.GeometricPrimitive3D.addIndex C# (CSharp) Méthode

addIndex() protected méthode

protected addIndex ( int index ) : void
index int
Résultat void
		protected void addIndex( int index )
		{
			_indices.Add( (ushort)index );
		}