C# Класс EffectEditor.EffectComponents.EffectParameterDefinition

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

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

Свойство Тип Описание
HasSemantic bool
HasStorageClass bool
Name String
Semantic EffectEditor.EffectComponents.HLSLInformation.HlslSemantic
StorageClass StorageClass
Type EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition

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

Метод Описание
CompareTo ( object obj ) : int
EffectParameterDefinition ( String name, HlslTypeDefinition type ) : System
EffectParameterDefinition ( String name, HlslTypeDefinition type, HlslSemantic semantic ) : System
EffectParameterDefinition ( String name, HlslTypeDefinition type, StorageClass storageClass ) : System
EffectParameterDefinition ( String name, HlslTypeDefinition type, StorageClass storageClass, HlslSemantic semantic ) : System
ToString ( ) : string

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

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

public CompareTo ( object obj ) : int
obj object
Результат int

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

public EffectParameterDefinition ( String name, HlslTypeDefinition type ) : System
name String
type EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition
Результат System

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

public EffectParameterDefinition ( String name, HlslTypeDefinition type, HlslSemantic semantic ) : System
name String
type EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition
semantic EffectEditor.EffectComponents.HLSLInformation.HlslSemantic
Результат System

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

public EffectParameterDefinition ( String name, HlslTypeDefinition type, StorageClass storageClass ) : System
name String
type EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition
storageClass StorageClass
Результат System

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

public EffectParameterDefinition ( String name, HlslTypeDefinition type, StorageClass storageClass, HlslSemantic semantic ) : System
name String
type EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition
storageClass StorageClass
semantic EffectEditor.EffectComponents.HLSLInformation.HlslSemantic
Результат System

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

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

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

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

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

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

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

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

The name of this parameter Spaces are not allowed
public String Name
Результат String

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

The semantic for this parameter
public HlslSemantic,EffectEditor.EffectComponents.HLSLInformation Semantic
Результат EffectEditor.EffectComponents.HLSLInformation.HlslSemantic

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

The storage class for this parameter
public StorageClass StorageClass
Результат StorageClass

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

The type of this parameter
public HlslTypeDefinition,EffectEditor.EffectComponents.HLSLInformation Type
Результат EffectEditor.EffectComponents.HLSLInformation.HlslTypeDefinition