containsPathModified property

bool containsPathModified
getter/setter pair

If true, the AssetPathEntity will return with the last modified time.

See AssetPathEntity.lastModified.

This is a performance consuming option. It's recommended to be true only if you really need it.

Implementation

bool containsPathModified = false;