C# Class TrianglesInSpace.Messages.PathMessage

Inheritance: IMessage
Mostra file Open project: anthony-martin/Triangles-in-space Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
PathMessage ( string name, IEnumerable motions ) : System.Collections.Generic

Method Details

PathMessage() public method

public PathMessage ( string name, IEnumerable motions ) : System.Collections.Generic
name string
motions IEnumerable
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string