C# Класс ShaderCompiler.Core.VSInput

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Index int
Type VSInputTypes

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

Метод Описание
VSInput ( VSInputTypes type, int index ) : System

Описание методов

VSInput() публичный Метод

public VSInput ( VSInputTypes type, int index ) : System
type VSInputTypes
index int
Результат System

Описание свойств

Index публичное свойство

public int Index
Результат int

Type публичное свойство

public VSInputTypes Type
Результат VSInputTypes