C# Class Linearstar.MikuMikuMoving.ApplyOffsetPlugin.ApplyOffsetCommand

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

Public Methods

Method Description
Run ( CommandArgs e ) : void

Private Methods

Method Description
Apply ( EditMode mode, ApplyOffsetForm f, bool previewOnly, System.Action &reset ) : void
GetLocalCameraPosition ( bool isLocal, System.Vector3 position, System.Vector3 rotation ) : System.Vector3
GetLocalMatrix ( Bone bone ) : System.Matrix
GetLocalPosition ( bool isLocal, Bone bone, System.Vector3 position, Quaternion quaternion ) : System.Vector3
GetLocalRotation ( bool isLocal, Bone bone, System.Vector3 rotation, Quaternion quaternion ) : Quaternion

Method Details

Run() public method

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