C# Class EffectEditor.EffectComponents.HLSLInformation.HlslSemantic

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
MultipleResourcesSupported bool
Name String
ResourceNumber int
Type HlslTypeDefinition

Méthodes publiques

Méthode Description
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

Method Details

HlslSemantic() public méthode

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
Résultat System

HlslSemantic() public méthode

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported, int resourceNumber ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
resourceNumber int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

Returns a string representing the semantic
public ToString ( bool includeType ) : string
includeType bool Whether or not the type name should be included
Résultat string

Property Details

MultipleResourcesSupported public_oe property

public bool MultipleResourcesSupported
Résultat bool

Name public_oe property

public String Name
Résultat String

ResourceNumber public_oe property

public int ResourceNumber
Résultat int

Type public_oe property

public HlslTypeDefinition,EffectEditor.EffectComponents.HLSLInformation Type
Résultat HlslTypeDefinition