C# Class Axiom.Components.Paging.PageContent

Interface definition for a unit of content within a page.
Inheritance: Axiom.Core.DisposableObject
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
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

Method Details

FrameEnd() public method

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

FrameStart() public method

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

NotifyAttached() public method

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

NotifyCamera() public method

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

PageContent() public method

public PageContent ( IPageContentFactory creator ) : System
creator IPageContentFactory
return System

Save() public method

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