Property MachineId
MachineId
The Id of the current machine. By default, in the Editor, this value is generated from the machines network interface physical address however it can also be set to a user provided value. There is enough space for 1024 unique machines. Set value will be clamped in the range 1-1023. The value is not serialized into the asset but stored into the EditorPrefs(Editor only).
Declaration
public int MachineId { get; set; }
Property Value
Type | Description |
---|---|
int |