C# Class Axiom.Components.Paging.PageContent

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

Méthodes publiques

Méthode 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 méthode

Called when the frame ends.
public FrameEnd ( float timeElapsed ) : void
timeElapsed float
Résultat void

FrameStart() public méthode

Called when the frame starts.
public FrameStart ( float timeSinceLastFrame ) : void
timeSinceLastFrame float
Résultat void

NotifyAttached() public méthode

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

NotifyCamera() public méthode

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

PageContent() public méthode

public PageContent ( IPageContentFactory creator ) : System
creator IPageContentFactory
Résultat System

Save() public méthode

Save content to a stream
public Save ( StreamSerializer stream ) : void
stream Axiom.Serialization.StreamSerializer
Résultat void