C# 클래스 Axiom.Components.Paging.SimplePageContentCollection

Specialisation of PageContentCollection which just provides a simple list of PageContent instances.
상속: Axiom.Components.Paging.PageContentCollection
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 프로퍼티들

프로퍼티 타입 설명
SUBCLASS_CHUNK_ID uint
SUBCLASS_CHUNK_VERSION ushort

보호된 프로퍼티들

프로퍼티 타입 설명
mContentList List

공개 메소드들

메소드 설명
AttachContent ( PageContent content ) : void

CreateContent ( string typeName ) : PageContent

DestroyContent ( PageContent pcont ) : void

DetachContent ( PageContent content ) : void

FrameEnd ( float timeElapsed ) : void

FrameStart ( float timeSinceLastFrame ) : void

NotifyCamera ( Camera camera ) : void

Save ( StreamSerializer stream ) : void

SimplePageContentCollection ( SimplePageContentCollectionFactory factory ) : System

보호된 메소드들

메소드 설명
LoadImpl ( ) : void

Finalising the load of the data.

UnLoadImpl ( ) : void

Unload the unit, deallocating any GPU resources.

UnPrepareImpl ( ) : void

Deallocate any background resources.

메소드 상세

AttachContent() 공개 메소드

public AttachContent ( PageContent content ) : void
content PageContent
리턴 void

CreateContent() 공개 메소드

public CreateContent ( string typeName ) : PageContent
typeName string
리턴 PageContent

DestroyContent() 공개 메소드

public DestroyContent ( PageContent pcont ) : void
pcont PageContent
리턴 void

DetachContent() 공개 메소드

public DetachContent ( PageContent content ) : void
content PageContent
리턴 void

FrameEnd() 공개 메소드

public FrameEnd ( float timeElapsed ) : void
timeElapsed float
리턴 void

FrameStart() 공개 메소드

public FrameStart ( float timeSinceLastFrame ) : void
timeSinceLastFrame float
리턴 void

LoadImpl() 보호된 메소드

Finalising the load of the data.
protected LoadImpl ( ) : void
리턴 void

NotifyCamera() 공개 메소드

public NotifyCamera ( Camera camera ) : void
camera Axiom.Core.Camera
리턴 void

Save() 공개 메소드

public Save ( StreamSerializer stream ) : void
stream Axiom.Serialization.StreamSerializer
리턴 void

SimplePageContentCollection() 공개 메소드

public SimplePageContentCollection ( SimplePageContentCollectionFactory factory ) : System
factory SimplePageContentCollectionFactory
리턴 System

UnLoadImpl() 보호된 메소드

Unload the unit, deallocating any GPU resources.
protected UnLoadImpl ( ) : void
리턴 void

UnPrepareImpl() 보호된 메소드

Deallocate any background resources.
protected UnPrepareImpl ( ) : void
리턴 void

프로퍼티 상세

SUBCLASS_CHUNK_ID 공개적으로 정적으로 프로퍼티

public static uint SUBCLASS_CHUNK_ID
리턴 uint

SUBCLASS_CHUNK_VERSION 공개적으로 정적으로 프로퍼티

public static ushort SUBCLASS_CHUNK_VERSION
리턴 ushort

mContentList 보호되어 있는 프로퍼티

protected List mContentList
리턴 List