C# Class PSSGManager.CNodeInfo

Mostra file Open project: miek/dirt3-modding Class Usage Examples

Public Properties

Property Type Description
attributeInfo CAttributeInfo>.Dictionary
id int
name string

Public Methods

Method Description
CNodeInfo ( EndianBinaryReaderEx reader, CPSSGFile file ) : System

Method Details

CNodeInfo() public method

public CNodeInfo ( EndianBinaryReaderEx reader, CPSSGFile file ) : System
reader EndianBinaryReaderEx
file CPSSGFile
return System

Property Details

attributeInfo public_oe property

public Dictionary attributeInfo
return CAttributeInfo>.Dictionary

id public_oe property

public int id
return int

name public_oe property

public string name
return string