C# Class Linearstar.MikuMikuMoving.Framework.MotionFrameCollectionEx

Show file Open project: mfakane/MikuMikuMoving-Plugins

Public Methods

Method Description
GetFrameEx ( this collection, long frameNumber ) : MotionFrameData
GetMotionSequence ( this collection ) : object

Private Methods

Method Description
FromMotionFrameData ( object obj ) : MotionFrameData
FromPoint ( object obj ) : InterpolatePoint

Method Details

GetFrameEx() public static method

public static GetFrameEx ( this collection, long frameNumber ) : MotionFrameData
collection this
frameNumber long
return MotionFrameData

GetMotionSequence() public static method

public static GetMotionSequence ( this collection ) : object
collection this
return object