C# Class Glare.VectorTypeAttribute

Describes the parameters of a vector type.
Inheritance: System.Attribute
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
VectorTypeAttribute ( Type elementType, int elementCount, bool reversed ) : System

Initialise the attribute.

Method Details

VectorTypeAttribute() public method

Initialise the attribute.
public VectorTypeAttribute ( Type elementType, int elementCount, bool reversed ) : System
elementType System.Type
elementCount int
reversed bool
return System