C# 클래스 GLSharp.Content.ResourceItem

A resourc item.
파일 보기 프로젝트 열기: colin-dumitru/GLSharp

공개 프로퍼티들

프로퍼티 타입 설명
Alocated System.Boolean
Id String
ItemId int
LastAccessed int
Type String

공개 메소드들

메소드 설명
Free ( ) : System.Boolean

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

Readlocate ( ) : System.Boolean

The item realocates it's resources.

보호된 메소드들

메소드 설명
ResourceItem ( ) : System

메소드 상세

Free() 공개 추상적인 메소드

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

Readlocate() 공개 추상적인 메소드

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

ResourceItem() 보호된 메소드

protected ResourceItem ( ) : System
리턴 System

프로퍼티 상세

Alocated 공개적으로 프로퍼티

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

Id 공개적으로 프로퍼티

public String Id
리턴 String

ItemId 공개적으로 프로퍼티

public int ItemId
리턴 int

LastAccessed 공개적으로 프로퍼티

public int LastAccessed
리턴 int

Type 공개적으로 프로퍼티

public String Type
리턴 String