C# Class SAModelLibrary.GeometryFormats.Chunk.Strip

Represents a generic triangle strip with indices of type TIndex.
Afficher le fichier Open project: TGEnigma/SAModelTools Class Usage Examples

Méthodes publiques

Méthode Description
Strip ( bool reversed, Array indices, Array userFlags = null ) : System

Construct a new instance of Strip{TIndex}.

Method Details

Strip() public méthode

Construct a new instance of Strip{TIndex}.
public Strip ( bool reversed, Array indices, Array userFlags = null ) : System
reversed bool
indices Array
userFlags Array
Résultat System