C# Class ME3Explorer.Matinee.InterpTrackAnimControl.AnimControlTrackKey

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
AnimEndOffset float
AnimPlayRate float
AnimSeqName ME3Explorer.Unreal.NameReference
AnimStartOffset float
StartTime float
bLooping bool
bReverse bool

Public Methods

Method Description
ToTree ( int index, ME3Package pcc ) : TreeNode

Method Details

ToTree() public method

public ToTree ( int index, ME3Package pcc ) : TreeNode
index int
pcc ME3Package
return System.Windows.Forms.TreeNode

Property Details

AnimEndOffset public property

public float AnimEndOffset
return float

AnimPlayRate public property

public float AnimPlayRate
return float

AnimSeqName public property

public NameReference,ME3Explorer.Unreal AnimSeqName
return ME3Explorer.Unreal.NameReference

AnimStartOffset public property

public float AnimStartOffset
return float

StartTime public property

public float StartTime
return float

bLooping public property

public bool bLooping
return bool

bReverse public property

public bool bReverse
return bool