Tizen Native API  6.5
Dali::Toolkit::ImageVisual::ReleasePolicy Namespace Reference

The policy determining when a image is deleted from the cache in relation to the ImageVisual lifetime. More...

Enumerations

enum  Type
 The available named elements that define the ReleasePolicy. More...

Detailed Description

The policy determining when a image is deleted from the cache in relation to the ImageVisual lifetime.

Since:
4.0, DALi version 1.3.5
Note:
If the texture is being shared by another visual it persist if still required.

Enumeration Type Documentation

The available named elements that define the ReleasePolicy.

Since:
4.0, DALi version 1.3.5
Enumerator:
DETACHED 

Image deleted from cache when ImageVisual detached from stage.

DESTROYED 

Image deleted from cache when ImageVisual destroyed.

NEVER 

Image is never deleted, will survive the lifetime of the application.