C# 클래스 Glare.VectorTypeAttribute

Describes the parameters of a vector type.
상속: System.Attribute
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
VectorTypeAttribute ( Type elementType, int elementCount, bool reversed ) : System

Initialise the attribute.

메소드 상세

VectorTypeAttribute() 공개 메소드

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