C# Class ME3Explorer.Matinee.InterpTrackAnimControl.AnimControlTrackKey

ファイルを表示 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_oe property

public float AnimEndOffset
return float

AnimPlayRate public_oe property

public float AnimPlayRate
return float

AnimSeqName public_oe property

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

AnimStartOffset public_oe property

public float AnimStartOffset
return float

StartTime public_oe property

public float StartTime
return float

bLooping public_oe property

public bool bLooping
return bool

bReverse public_oe property

public bool bReverse
return bool