class MAGES::ComponentLibrary::InteractionNetworkEvents¶
Overview¶
A class that contains events related to the network interaction. More…
class InteractionNetworkEvents: public MonoBehaviour
{
public:
// properties
bool IsSelected;
// methods
void InternalSetSelected(bool value);
};
Detailed Documentation¶
A class that contains events related to the network interaction.
Properties¶
bool IsSelected
Gets a value indicating whether the object is selected in the network.
Methods¶
void InternalSetSelected(bool value)
Sets the selected state of the object internally.
Parameters:
value |
The value of the selected. |