C# Класс EffectEditor.EffectComponents.HLSLInformation.HlslSemantic

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
MultipleResourcesSupported bool
Name String
ResourceNumber int
Type HlslTypeDefinition

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

Метод Описание
HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported ) : System
HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported, int resourceNumber ) : System
ToString ( ) : string
ToString ( bool includeType ) : string

Returns a string representing the semantic

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

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

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
Результат System

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

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported, int resourceNumber ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
resourceNumber int
Результат System

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

public ToString ( ) : string
Результат string

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

Returns a string representing the semantic
public ToString ( bool includeType ) : string
includeType bool Whether or not the type name should be included
Результат string

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

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

public bool MultipleResourcesSupported
Результат bool

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

public String Name
Результат String

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

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

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

public HlslTypeDefinition,EffectEditor.EffectComponents.HLSLInformation Type
Результат HlslTypeDefinition