コード例 #1
0
ファイル: ortho.cpp プロジェクト: JerryCao1985/SORT
// default constructor
OrthoCamera::OrthoCamera()
{
    // set type for tha camera
    m_type = CT_ORTHO;
    
    // register properties
    registerAllProperty();
}
コード例 #2
0
ファイル: GObject.cpp プロジェクト: minuowa/Content
void GObject::registerAll()
{
    unRegisterAll();
    registerAllProperty();
}