C# Class EffectEditor.EffectComponents.HLSLInformation.HlslSemantic

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
MultipleResourcesSupported bool
Name String
ResourceNumber int
Type HlslTypeDefinition

Public Methods

Method 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 method

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
return System

HlslSemantic() public method

public HlslSemantic ( HlslTypeDefinition type, String name, bool multipleResourcesSupported, int resourceNumber ) : System
type HlslTypeDefinition
name String
multipleResourcesSupported bool
resourceNumber int
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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

Property Details

MultipleResourcesSupported public property

public bool MultipleResourcesSupported
return bool

Name public property

public String Name
return String

ResourceNumber public property

public int ResourceNumber
return int

Type public property

public HlslTypeDefinition,EffectEditor.EffectComponents.HLSLInformation Type
return HlslTypeDefinition