C# Class ShaderTools.Hlsl.Parser.FileSegment

Exibir arquivo Open project: tgjones/HlslTools

Public Properties

Property Type Description
Length int
Start int
Text ShaderTools.Core.Text.SourceText

Public Methods

Method Description
FileSegment ( SourceText text, int start ) : ShaderTools.Core.Text

Method Details

FileSegment() public method

public FileSegment ( SourceText text, int start ) : ShaderTools.Core.Text
text ShaderTools.Core.Text.SourceText
start int
return ShaderTools.Core.Text

Property Details

Length public_oe property

public int Length
return int

Start public_oe property

public int Start
return int

Text public_oe property

public SourceText,ShaderTools.Core.Text Text
return ShaderTools.Core.Text.SourceText