C# Class GLSharp.Content.ResourceItem

A resourc item.
Show file Open project: colin-dumitru/GLSharp

Public Properties

Property Type Description
Alocated System.Boolean
Id String
ItemId int
LastAccessed int
Type String

Public Methods

Method Description
Free ( ) : System.Boolean

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

Readlocate ( ) : System.Boolean

The item realocates it's resources.

Protected Methods

Method Description
ResourceItem ( ) : System

Method Details

Free() public abstract method

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

Readlocate() public abstract method

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

ResourceItem() protected method

protected ResourceItem ( ) : System
return System

Property Details

Alocated public property

Last time the mesh has been accessed.
public Boolean,System Alocated
return System.Boolean

Id public property

public String Id
return String

ItemId public property

public int ItemId
return int

LastAccessed public property

public int LastAccessed
return int

Type public property

public String Type
return String