C# Class TrianglesInSpace.Messages.SelectedObjectMessage

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

Public Properties

Property Type Description
Owned bool
SelectedName string

Public Methods

Method Description
SelectedObjectMessage ( string objectName, bool owned = false ) : TrianglesInSpace.Messaging

Method Details

SelectedObjectMessage() public method

public SelectedObjectMessage ( string objectName, bool owned = false ) : TrianglesInSpace.Messaging
objectName string
owned bool
return TrianglesInSpace.Messaging

Property Details

Owned public_oe property

public bool Owned
return bool

SelectedName public_oe property

public string SelectedName
return string