C# Класс Axiom.Components.Paging.PageContent

Interface definition for a unit of content within a page.
Наследование: Axiom.Core.DisposableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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