C# Class ESPSharp.Records.Tree

Inheritance: Record, IEditorID
Exibir arquivo Open project: TaleOfTwoWastelands/ESPSharp

Public Methods

Method Description
Clone ( ) : Tree
ReadData ( ESPReader reader, long dataEnd ) : void
ReadDataXML ( XElement ele, ElderScrollsPlugin master ) : void
Tree ( ) : System
Tree ( SimpleSubrecord EditorID, ObjectBounds ObjectBounds, Model Model, SimpleSubrecord LargeIcon, SimpleSubrecord SmallIcon, SpeedtreeSeeds SpeedtreeSeeds, TreeData Data, BillboardDimensions BillboardDimensions ) : System
Tree ( Tree copyObject ) : System
WriteData ( ESPWriter writer ) : void
WriteDataXML ( XElement ele, ElderScrollsPlugin master ) : void

Method Details

Clone() public method

public Clone ( ) : Tree
return Tree

ReadData() public method

public ReadData ( ESPReader reader, long dataEnd ) : void
reader ESPReader
dataEnd long
return void

ReadDataXML() public method

public ReadDataXML ( XElement ele, ElderScrollsPlugin master ) : void
ele XElement
master ElderScrollsPlugin
return void

Tree() public method

public Tree ( ) : System
return System

Tree() public method

public Tree ( SimpleSubrecord EditorID, ObjectBounds ObjectBounds, Model Model, SimpleSubrecord LargeIcon, SimpleSubrecord SmallIcon, SpeedtreeSeeds SpeedtreeSeeds, TreeData Data, BillboardDimensions BillboardDimensions ) : System
EditorID SimpleSubrecord
ObjectBounds ObjectBounds
Model Model
LargeIcon SimpleSubrecord
SmallIcon SimpleSubrecord
SpeedtreeSeeds SpeedtreeSeeds
Data TreeData
BillboardDimensions BillboardDimensions
return System

Tree() public method

public Tree ( Tree copyObject ) : System
copyObject Tree
return System

WriteData() public method

public WriteData ( ESPWriter writer ) : void
writer ESPWriter
return void

WriteDataXML() public method

public WriteDataXML ( XElement ele, ElderScrollsPlugin master ) : void
ele XElement
master ElderScrollsPlugin
return void