Immutable remap entry.
More...
◆ getFirstID()
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.getFirstID |
( |
| ) |
|
◆ getLastID()
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.getLastID |
( |
| ) |
|
Last UniqueID just outside the remap range.
◆ getOffset()
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.getOffset |
( |
| ) |
|
Offset to add to UniqueID ids to remap them.
◆ getRemappedFirstID()
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.getRemappedFirstID |
( |
| ) |
|
◆ getRemappedLastID()
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.getRemappedLastID |
( |
| ) |
|
Last remapped UniqueID just outside the range.
◆ inRange()
bool Dragengine.Preloading.UniqueIDRemapper.RemapEntry.inRange |
( |
UniqueID |
id | ) |
|
◆ inRemappedRange()
bool Dragengine.Preloading.UniqueIDRemapper.RemapEntry.inRemappedRange |
( |
UniqueID |
id | ) |
|
ID falls into remapped range.
◆ new()
Create immutable remap entry.
◆ notInRange()
bool Dragengine.Preloading.UniqueIDRemapper.RemapEntry.notInRange |
( |
UniqueID |
id | ) |
|
ID does not fall into range.
◆ notInRemapedRange()
bool Dragengine.Preloading.UniqueIDRemapper.RemapEntry.notInRemapedRange |
( |
UniqueID |
id | ) |
|
ID does not fall into remapped range.
◆ readFromFile()
static RemapEntry Dragengine.Preloading.UniqueIDRemapper.RemapEntry.readFromFile |
( |
FileReader |
reader | ) |
|
|
static |
◆ remap()
Remap ID if falling into range.
- Returns
- Offset ID if falling into range otherwise id.
◆ writeToFile()
void Dragengine.Preloading.UniqueIDRemapper.RemapEntry.writeToFile |
( |
FileWriter |
writer | ) |
|
◆ pFirstID
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.pFirstID |
◆ pLastID
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.pLastID |
Last UniqueID just outside the remap range.
◆ pOffset
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.pOffset |
Offset to add to UniqueID ids to remap them.
◆ pRemappedFirstID
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.pRemappedFirstID |
◆ pRemappedLastID
UniqueID Dragengine.Preloading.UniqueIDRemapper.RemapEntry.pRemappedLastID |
Last remapped UniqueID just outside the range.
The documentation for this class was generated from the following file: