Unravel Engine C++ Reference
Loading...
Searching...
No Matches
scene_bindings.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

void unravel::register_scene_script_bindings ()
 
void unravel::register_entity_script_bindings ()
 

Variable Documentation

◆ add_native

std::function<bool(size_t type_hash, entt::handle e)> add_native

Definition at line 395 of file scene_bindings.cpp.

◆ has_native

std::function<bool(size_t type_hash, entt::handle e)> has_native

Definition at line 396 of file scene_bindings.cpp.

◆ remove_native

std::function<bool(size_t type_hash, entt::handle e)> remove_native

Definition at line 397 of file scene_bindings.cpp.