C# Class TagTool.Common.VertexValue

Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Properties

Property Type Description
Data Vector
Type System.ValueType
Usage string
UsageIndex int

Public Methods

Method Description
ToString ( ) : string
VertexValue ( Vector Data, ValueType Type, string Usage, int UsageIndex ) : TagTool.IO
VertexValue ( XmlNode Node, EndianReader reader ) : TagTool.IO

Method Details

ToString() public method

public ToString ( ) : string
return string

VertexValue() public method

public VertexValue ( Vector Data, ValueType Type, string Usage, int UsageIndex ) : TagTool.IO
Data Vector
Type System.ValueType
Usage string
UsageIndex int
return TagTool.IO

VertexValue() public method

public VertexValue ( XmlNode Node, EndianReader reader ) : TagTool.IO
Node System.Xml.XmlNode
reader TagTool.IO.EndianReader
return TagTool.IO

Property Details

Data public property

public Vector,TagTool.Common Data
return Vector

Type public property

public ValueType,System Type
return System.ValueType

Usage public property

public string Usage
return string

UsageIndex public property

public int UsageIndex
return int