Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Glare
VectorTypeAttribute
C# Class Glare.VectorTypeAttribute
Describes the parameters of a vector type.
Inheritance:
System.Attribute
Exibir arquivo
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