C# Class NewFrameArgs

Inheritance: EventArgs
ファイルを表示 Open project: loic-lavergne/mckineap Class Usage Examples

Public Methods

Method Description
NewFrameArgs ( Scene animScene, Animation recordingAnimation, double currentFrame ) : System

Method Details

NewFrameArgs() public method

public NewFrameArgs ( Scene animScene, Animation recordingAnimation, double currentFrame ) : System
animScene Scene
recordingAnimation Animation
currentFrame double
return System