Add key generator to mesh instance id.
This commit is contained in:
parent
d36e113dea
commit
f5cedf6842
@ -10,4 +10,9 @@ OV.MeshInstanceId = class
|
||||
{
|
||||
return this.nodeId === rhs.nodeId && this.meshIndex === rhs.meshIndex;
|
||||
}
|
||||
|
||||
GetKey ()
|
||||
{
|
||||
return this.nodeId.toString () + ':' + this.meshIndex.toString ();
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user