C# Class GLSharp.Content.ResourceItem

A resourc item.
ファイルを表示 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_oe property

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

Id public_oe property

public String Id
return String

ItemId public_oe property

public int ItemId
return int

LastAccessed public_oe property

public int LastAccessed
return int

Type public_oe property

public String Type
return String