Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Member Functions | List of all members
jop::SerializeInfo Class Reference

#include <SerializeInfo.hpp>

Inheritance diagram for jop::SerializeInfo:
jop::Object jop::Resource jop::Scene jop::CollisionShape jop::CollisionShape2D jop::Font jop::Material jop::Mesh jop::Shader jop::ShaderProgram jop::SoundBuffer jop::Texture jop::TextureAtlas jop::TextureSampler

Public Member Functions

 SerializeInfo ()
 
void setSerializePackage (const uint16 package)
 
uint16 getSerializePackage () const
 
void setShouldSerialize (const bool set)
 
bool shouldSerialize () const
 
void setLightSerializeable (const bool set)
 
bool isLightSerializeable () const
 

Detailed Description

Definition at line 33 of file SerializeInfo.hpp.

Constructor & Destructor Documentation

jop::SerializeInfo::SerializeInfo ( )

Member Function Documentation

uint16 jop::SerializeInfo::getSerializePackage ( ) const
bool jop::SerializeInfo::isLightSerializeable ( ) const
void jop::SerializeInfo::setLightSerializeable ( const bool  set)
void jop::SerializeInfo::setSerializePackage ( const uint16  package)
void jop::SerializeInfo::setShouldSerialize ( const bool  set)
bool jop::SerializeInfo::shouldSerialize ( ) const

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