C# Class AK.F1.Timing.Messages.Feed.SetKeyframeMessage

Inheritance: Message
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Accept ( IMessageVisitor visitor ) : void
SetKeyframeMessage ( int keyframe ) : System

Initialises a new instance of the SetKeyframeMessage class and specifies the new keyframe number.

ToString ( ) : string

Method Details

Accept() public méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetKeyframeMessage() public méthode

Initialises a new instance of the SetKeyframeMessage class and specifies the new keyframe number.
/// Thrown when is negative. ///
public SetKeyframeMessage ( int keyframe ) : System
keyframe int The keyframe number.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string