PixelLightAPI  .
Public Member Functions
PLRenderer::AniInfo Class Reference

Animation information class. More...

#include <AniInfo.h>

Inheritance diagram for PLRenderer::AniInfo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLRENDERER_API AniInfo (const PLCore::String &sName="", PLCore::ElementManager< AniInfo > *pManager=nullptr)
 Constructor.
virtual PLRENDERER_API ~AniInfo ()
 Destructor.
virtual PLRENDERER_API AniInfooperator= (const AniInfo &cSource)
 Copy operator.

Detailed Description

Animation information class.


Constructor & Destructor Documentation

PLRENDERER_API PLRenderer::AniInfo::AniInfo ( const PLCore::String sName = "",
PLCore::ElementManager< AniInfo > *  pManager = nullptr 
)

Constructor.

Parameters:
[in]sNameElement name to set
[in]pManagerElement manager using this element, can be a null pointer
virtual PLRENDERER_API PLRenderer::AniInfo::~AniInfo ( ) [virtual]

Destructor.


Member Function Documentation

virtual PLRENDERER_API AniInfo& PLRenderer::AniInfo::operator= ( const AniInfo cSource) [virtual]

Copy operator.

Parameters:
[in]cSourceSource to copy from
Returns:
Reference to this instance

The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:24
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported