C# Class Linearstar.MikuMikuMoving.GetMmdTransformationPlugin.GetMmdTransformationCommand

Inheritance: CommandBase
Mostra file Open project: mfakane/MikuMikuMoving-Plugins

Public Methods

Method Description
Run ( CommandArgs e ) : void

Private Methods

Method Description
GetModuleHandle ( string lpModuleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
ResolveAffect ( BoneTuple boneList, BoneTuple i, System.Matrix &transform, System.Vector3 &initialPosition ) : void
ResolveParent ( BoneTuple boneList, BoneTuple i, System.Matrix &transform, System.Vector3 &initialPosition ) : void
SynchronizeTransformation ( MmdModel mmdModel, System.Action &reset ) : void

Method Details

Run() public method

public Run ( CommandArgs e ) : void
e CommandArgs
return void