C# Class AnimatGuiCtrls.Controls.TimeRuler.KeyFrameEventArgs

Inheritance: System.EventArgs
显示文件 Open project: NeuroRoboticTech/AnimatLabPublicSource

Public Properties

Property Type Description
SelectedKeyFrame KeyFrame

Public Methods

Method Description
KeyFrameEventArgs ( KeyFrame Frame ) : System

Method Details

KeyFrameEventArgs() public method

public KeyFrameEventArgs ( KeyFrame Frame ) : System
Frame KeyFrame
return System

Property Details

SelectedKeyFrame public_oe property

public KeyFrame,AnimatGuiCtrls.Controls SelectedKeyFrame
return KeyFrame