C# Class TrianglesInSpace.Messages.SelectedObjectMessage

Inheritance: IMessage
Afficher le fichier Open project: anthony-martin/Triangles-in-space Class Usage Examples

Méthodes publiques

Свойство Type Description
Owned bool
SelectedName string

Méthodes publiques

Méthode Description
SelectedObjectMessage ( string objectName, bool owned = false ) : TrianglesInSpace.Messaging

Method Details

SelectedObjectMessage() public méthode

public SelectedObjectMessage ( string objectName, bool owned = false ) : TrianglesInSpace.Messaging
objectName string
owned bool
Résultat TrianglesInSpace.Messaging

Property Details

Owned public_oe property

public bool Owned
Résultat bool

SelectedName public_oe property

public string SelectedName
Résultat string