|
static void | igor::readTransform (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeTransform (json &componentJson, iTransformComponent *component) |
|
static void | igor::readCamera (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeCamera (json &componentJson, iCameraComponent *component) |
|
static void | igor::readSphere (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeSphere (json &componentJson, iSphereComponent *component) |
|
static void | igor::readOctree (iEntityPtr entity, const json &componentJson) |
|
static void | igor::readMeshRender (iEntityPtr entity, const json &componentJson) |
|
static void | igor::readMeshReference (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeMeshReference (json &componentJson, iMeshReferenceComponentPtr component) |
|
static void | igor::readLight (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeLight (json &componentJson, iLightComponentPtr component) |
|
static void | igor::readSpriteRender (iEntityPtr entity, const json &componentJson) |
|
static void | igor::writeSpriteRender (json &componentJson, iSpriteRenderComponentPtr component) |
|