Resource manager memory strategy.
More...
|
|
| MemoryStrategy (int mValue) |
| |
|
| MemoryStrategy (MemoryStrategy enum_) |
| |
| int | getValue () |
| | Returns the integer value of the enumeration constant. More...
|
| |
|
final int | swigValue () |
| |
|
|
| KeepInMemory |
| | When a resource is no longer referenced, the resource manager keeps the resource in memory
until you call purge().
|
| |
Resource manager memory strategy.
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
| value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.