C# Class ME3Explorer.CurveEd.Curve

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
CurvePoints LinkedList
SaveChanges System.Action

Méthodes publiques

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

Private Methods

Méthode Description
Point_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

AddPoint() public méthode

public AddPoint ( CurvePoint newPoint, LinkedListNode relTo, bool before = true ) : void
newPoint CurvePoint
relTo LinkedListNode
before bool
Résultat void

Curve() public méthode

public Curve ( ) : System
Résultat System

Curve() public méthode

public Curve ( string name, LinkedList points ) : System
name string
points LinkedList
Résultat System

RemovePoint() public méthode

public RemovePoint ( LinkedListNode p ) : void
p LinkedListNode
Résultat void

Property Details

CurvePoints public_oe property

public LinkedList CurvePoints
Résultat LinkedList

SaveChanges public_oe property

public Action,System SaveChanges
Résultat System.Action