C# Class GLSharp.Content.ResourceItem

A resourc item.
Afficher le fichier Open project: colin-dumitru/GLSharp

Méthodes publiques

Свойство Type Description
Alocated System.Boolean
Id String
ItemId int
LastAccessed int
Type String

Méthodes publiques

Méthode Description
Free ( ) : System.Boolean

The item frees all of it's items from memory.

Readlocate ( ) : System.Boolean

The item realocates it's resources.

Méthodes protégées

Méthode Description
ResourceItem ( ) : System

Method Details

Free() public abstract méthode

The item frees all of it's items from memory.
public abstract Free ( ) : System.Boolean
Résultat System.Boolean

Readlocate() public abstract méthode

The item realocates it's resources.
public abstract Readlocate ( ) : System.Boolean
Résultat System.Boolean

ResourceItem() protected méthode

protected ResourceItem ( ) : System
Résultat System

Property Details

Alocated public_oe property

Last time the mesh has been accessed.
public Boolean,System Alocated
Résultat System.Boolean

Id public_oe property

public String Id
Résultat String

ItemId public_oe property

public int ItemId
Résultat int

LastAccessed public_oe property

public int LastAccessed
Résultat int

Type public_oe property

public String Type
Résultat String