C# 클래스 ME3Explorer.CurveEd.Curve

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurvePoints LinkedList
SaveChanges System.Action

공개 메소드들

메소드 설명
AddPoint ( CurvePoint newPoint, LinkedListNode relTo, bool before = true ) : void
Curve ( ) : System
Curve ( string name, LinkedList points ) : System
RemovePoint ( LinkedListNode p ) : void

비공개 메소드들

메소드 설명
Point_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

AddPoint() 공개 메소드

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

Curve() 공개 메소드

public Curve ( ) : System
리턴 System

Curve() 공개 메소드

public Curve ( string name, LinkedList points ) : System
name string
points LinkedList
리턴 System

RemovePoint() 공개 메소드

public RemovePoint ( LinkedListNode p ) : void
p LinkedListNode
리턴 void

프로퍼티 상세

CurvePoints 공개적으로 프로퍼티

public LinkedList CurvePoints
리턴 LinkedList

SaveChanges 공개적으로 프로퍼티

public Action,System SaveChanges
리턴 System.Action