C# Класс Glare.VectorTypeAttribute

Describes the parameters of a vector type.
Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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