C# 클래스 EffectEditor.EffectComponents.HLSLInformation.HlslSemantic

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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