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

Interface definition for a unit of content within a page.
상속: Axiom.Core.DisposableObject
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
FrameEnd ( float timeElapsed ) : void

Called when the frame ends.

FrameStart ( float timeSinceLastFrame ) : void

Called when the frame starts.

NotifyAttached ( Axiom.Components.Paging.PageContentCollection parent ) : void

Internal method to notify a page that it is attached

NotifyCamera ( Camera camera ) : void

Notify a section of the current camera.

PageContent ( IPageContentFactory creator ) : System

Save ( StreamSerializer stream ) : void

Save content to a stream

메소드 상세

FrameEnd() 공개 메소드

Called when the frame ends.
public FrameEnd ( float timeElapsed ) : void
timeElapsed float
리턴 void

FrameStart() 공개 메소드

Called when the frame starts.
public FrameStart ( float timeSinceLastFrame ) : void
timeSinceLastFrame float
리턴 void

NotifyAttached() 공개 메소드

Internal method to notify a page that it is attached
public NotifyAttached ( Axiom.Components.Paging.PageContentCollection parent ) : void
parent Axiom.Components.Paging.PageContentCollection
리턴 void

NotifyCamera() 공개 메소드

Notify a section of the current camera.
public NotifyCamera ( Camera camera ) : void
camera Axiom.Core.Camera
리턴 void

PageContent() 공개 메소드

public PageContent ( IPageContentFactory creator ) : System
creator IPageContentFactory
리턴 System

Save() 공개 메소드

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