3#include "pixelbullet/filesystem/virtual_path.h"
4#include "pixelbullet/filesystem/virtual_path_serialization.h"
5#include "pixelbullet/serialization/node.h"
16 node[
"prefabPath"] << component.prefab_path;
20inline const Node& operator>>(
const Node& node, PrefabInstanceComponent& component)
22 node[
"prefabPath"] >> component.prefab_path;
Represents a hierarchical node capable of storing various data types and supporting YAML serializatio...
Definition node.h:45
Definition virtual_path.h:10
Definition prefab_instance_component.h:10