C# 클래스 ME3Explorer.Matinee.InterpTrack

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

공개 프로퍼티들

프로퍼티 타입 설명
ActiveCondition byteprop
bDisableTrack bool
bImportedTrack bool
index int
keyPropView System.Windows.Forms.TreeView
keys List
listEntry UMD.HCIL.Piccolo.Nodes.PPath
m_eFindActorMode byteprop
pcc ME3Package
propView System.Windows.Forms.TreeView
timelineEntry UMD.HCIL.Piccolo.PNode

공개 메소드들

메소드 설명
AddToTree ( TreeNode t ) : void
AddToTree ( string s ) : void
AdditionalToTree ( ) : void
DrawKeyFrames ( ) : void
GetCurveFloat ( PropertyReader p, ME3Package pcc ) : InterpCurveFloat
GetCurveVector ( PropertyReader p, ME3Package pcc ) : InterpCurveVector
GetKeyFrames ( ) : void
InterpTrack ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
LoadGenericData ( ) : void
ToTree ( ) : void

보호된 메소드들

메소드 설명
GenerateKeyFrame ( float time ) : UMD.HCIL.Piccolo.Nodes.PPath

비공개 메소드들

메소드 설명
OpenInCurveEd_Click ( object sender, EventArgs e ) : void
deleteKey_Click ( object sender, EventArgs e ) : void
listEntry_MouseDown ( object sender, PInputEventArgs e ) : void
openInPCCEd_Click ( object sender, EventArgs e ) : void
setTime_Click ( object sender, EventArgs e ) : void

메소드 상세

AddToTree() 공개 메소드

public AddToTree ( TreeNode t ) : void
t System.Windows.Forms.TreeNode
리턴 void

AddToTree() 공개 메소드

public AddToTree ( string s ) : void
s string
리턴 void

AdditionalToTree() 공개 메소드

public AdditionalToTree ( ) : void
리턴 void

DrawKeyFrames() 공개 메소드

public DrawKeyFrames ( ) : void
리턴 void

GenerateKeyFrame() 보호된 메소드

protected GenerateKeyFrame ( float time ) : UMD.HCIL.Piccolo.Nodes.PPath
time float
리턴 UMD.HCIL.Piccolo.Nodes.PPath

GetCurveFloat() 공개 정적인 메소드

public static GetCurveFloat ( PropertyReader p, ME3Package pcc ) : InterpCurveFloat
p ME3Explorer.Unreal.PropertyReader
pcc ME3Package
리턴 InterpCurveFloat

GetCurveVector() 공개 정적인 메소드

public static GetCurveVector ( PropertyReader p, ME3Package pcc ) : InterpCurveVector
p ME3Explorer.Unreal.PropertyReader
pcc ME3Package
리턴 InterpCurveVector

GetKeyFrames() 공개 메소드

public GetKeyFrames ( ) : void
리턴 void

InterpTrack() 공개 메소드

public InterpTrack ( int idx, ME3Package pccobj ) : ME3Explorer.SequenceObjects
idx int
pccobj ME3Package
리턴 ME3Explorer.SequenceObjects

LoadGenericData() 공개 메소드

public LoadGenericData ( ) : void
리턴 void

ToTree() 공개 메소드

public ToTree ( ) : void
리턴 void

프로퍼티 상세

ActiveCondition 공개적으로 프로퍼티

public byteprop,ME3Explorer.Matinee ActiveCondition
리턴 byteprop

bDisableTrack 공개적으로 프로퍼티

public bool bDisableTrack
리턴 bool

bImportedTrack 공개적으로 프로퍼티

public bool bImportedTrack
리턴 bool

index 공개적으로 프로퍼티

public int index
리턴 int

keyPropView 공개적으로 프로퍼티

public TreeView,System.Windows.Forms keyPropView
리턴 System.Windows.Forms.TreeView

keys 공개적으로 프로퍼티

public List keys
리턴 List

listEntry 공개적으로 프로퍼티

public PPath,UMD.HCIL.Piccolo.Nodes listEntry
리턴 UMD.HCIL.Piccolo.Nodes.PPath

m_eFindActorMode 공개적으로 프로퍼티

public byteprop,ME3Explorer.Matinee m_eFindActorMode
리턴 byteprop

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package

propView 공개적으로 프로퍼티

public TreeView,System.Windows.Forms propView
리턴 System.Windows.Forms.TreeView

timelineEntry 공개적으로 프로퍼티

public PNode,UMD.HCIL.Piccolo timelineEntry
리턴 UMD.HCIL.Piccolo.PNode