You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
- Rename `Entity::new(id: u32)` to `Entity::from_raw(id: u32)`.
- Add further documentation.
- fixes#3108
## Solution
- Renamed `Entity::new(id: u32)` to `Entity::from_raw(id: u32)`.
- Docs extended.
I derived the examples from the discussion of issue #3108 .
The [first case](#3108 (comment)) mentioned in the linked issue is quite obvious but the [second one](#3108 (comment)) probably needs further explanation.
Co-authored-by: r4gus <[email protected]>
0 commit comments