C# 클래스 Linearstar.MikuMikuMoving.ApplyNoisePlugin.ApplyNoiseCommand

상속: CommandBase
파일 보기 프로젝트 열기: mfakane/MikuMikuMoving-Plugins

공개 메소드들

메소드 설명
Run ( CommandArgs e ) : void

비공개 메소드들

메소드 설명
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
GetNoise ( Random r, System.Vector3 width ) : System.Vector3
GetNoise ( Random r, float width ) : float
GetNoise ( Random r, int width ) : int
ProcessCameraLayer ( Random r, long beginFrame, long endFrame, CameraFrameCollection frames ) : void
ProcessEnvironmentLayer ( Random r, long beginFrame, long endFrame, SceneFrameCollection frames ) : void
ProcessFrames ( Random r, long beginFrame, long endFrame, int keyFrameInterval, int noiseValueInterval, HashSet existingFrames ) : NoiseValue>>.IEnumerable
ProcessLayer ( Random r, long beginFrame, long endFrame, MotionFrameCollection frames, bool isPositionLocal, bool isRotationLocal, Bone localBone ) : void

메소드 상세

Run() 공개 메소드

public Run ( CommandArgs e ) : void
e CommandArgs
리턴 void