Add public property Id to world.#192
Open
AustinSmith13 wants to merge 3 commits intoDoraku:masterfrom
Open
Conversation
Contributor
|
Probably better to make it as |
Author
|
@nrader95 I've updated this to use GetHashCode(), It also makes me wonder if this is really needed. I'm pretty new to this Library and so it wasn't obvious to me that I could add a world component to achieve the same thing. Although it may be useful to newcomers to have a simple way to grab a unique id without having to create a component that must be managed by them. |
Contributor
|
I mean, standalone property is not needed. At all. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a public accessor to the internal world id. This is needed by our project so our extension methods can operate in a non global way.