C# Class ME3Explorer.CurveEd.Curve

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
CurvePoints LinkedList
SaveChanges System.Action

Public Methods

Method Description
AddPoint ( CurvePoint newPoint, LinkedListNode relTo, bool before = true ) : void
Curve ( ) : System
Curve ( string name, LinkedList points ) : System
RemovePoint ( LinkedListNode p ) : void

Private Methods

Method Description
Point_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

AddPoint() public method

public AddPoint ( CurvePoint newPoint, LinkedListNode relTo, bool before = true ) : void
newPoint CurvePoint
relTo LinkedListNode
before bool
return void

Curve() public method

public Curve ( ) : System
return System

Curve() public method

public Curve ( string name, LinkedList points ) : System
name string
points LinkedList
return System

RemovePoint() public method

public RemovePoint ( LinkedListNode p ) : void
p LinkedListNode
return void

Property Details

CurvePoints public_oe property

public LinkedList CurvePoints
return LinkedList

SaveChanges public_oe property

public Action,System SaveChanges
return System.Action