C# Class ME3Explorer.Matinee.InterpTrack

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
GenerateKeyFrame ( float time ) : UMD.HCIL.Piccolo.Nodes.PPath

Private Methods

Method Description
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

Method Details

AddToTree() public method

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

AddToTree() public method

public AddToTree ( string s ) : void
s string
return void

AdditionalToTree() public method

public AdditionalToTree ( ) : void
return void

DrawKeyFrames() public method

public DrawKeyFrames ( ) : void
return void

GenerateKeyFrame() protected method

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

GetCurveFloat() public static method

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

GetCurveVector() public static method

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

GetKeyFrames() public method

public GetKeyFrames ( ) : void
return void

InterpTrack() public method

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

LoadGenericData() public method

public LoadGenericData ( ) : void
return void

ToTree() public method

public ToTree ( ) : void
return void

Property Details

ActiveCondition public property

public byteprop,ME3Explorer.Matinee ActiveCondition
return byteprop

bDisableTrack public property

public bool bDisableTrack
return bool

bImportedTrack public property

public bool bImportedTrack
return bool

index public property

public int index
return int

keyPropView public property

public TreeView,System.Windows.Forms keyPropView
return System.Windows.Forms.TreeView

keys public property

public List keys
return List

listEntry public property

public PPath,UMD.HCIL.Piccolo.Nodes listEntry
return UMD.HCIL.Piccolo.Nodes.PPath

m_eFindActorMode public property

public byteprop,ME3Explorer.Matinee m_eFindActorMode
return byteprop

pcc public property

public ME3Package pcc
return ME3Package

propView public property

public TreeView,System.Windows.Forms propView
return System.Windows.Forms.TreeView

timelineEntry public property

public PNode,UMD.HCIL.Piccolo timelineEntry
return UMD.HCIL.Piccolo.PNode