Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::script_system::engine_script_cache Struct Reference

#include <script_system.h>

Public Attributes

dotnet::type update_manager_type
 
dotnet::type script_system_type
 
dotnet::type component_type
 
dotnet::type script_component_type
 
dotnet::type ui_event_manager_type
 
dotnet::method update_method
 
dotnet::method fixed_update_method
 
dotnet::method late_update_method
 
dotnet::method set_entity_method
 
dotnet::method on_create_method
 
dotnet::method on_enable_method
 
dotnet::method on_disable_method
 
dotnet::method on_start_method
 
dotnet::method on_destroy_method
 
dotnet::method on_sensor_enter_method
 
dotnet::method on_sensor_exit_method
 
dotnet::method on_collision_enter_method
 
dotnet::method on_collision_exit_method
 
dotnet::method ui_dispatch_event_method
 

Detailed Description

Cached engine-assembly types/methods. Valid between load_engine_domain and unload_engine_domain.

Definition at line 54 of file script_system.h.

Member Data Documentation

◆ component_type

dotnet::type unravel::script_system::engine_script_cache::component_type

Definition at line 58 of file script_system.h.

◆ fixed_update_method

dotnet::method unravel::script_system::engine_script_cache::fixed_update_method

Definition at line 64 of file script_system.h.

◆ late_update_method

dotnet::method unravel::script_system::engine_script_cache::late_update_method

Definition at line 65 of file script_system.h.

◆ on_collision_enter_method

dotnet::method unravel::script_system::engine_script_cache::on_collision_enter_method

Definition at line 76 of file script_system.h.

◆ on_collision_exit_method

dotnet::method unravel::script_system::engine_script_cache::on_collision_exit_method

Definition at line 77 of file script_system.h.

◆ on_create_method

dotnet::method unravel::script_system::engine_script_cache::on_create_method

Definition at line 69 of file script_system.h.

◆ on_destroy_method

dotnet::method unravel::script_system::engine_script_cache::on_destroy_method

Definition at line 73 of file script_system.h.

◆ on_disable_method

dotnet::method unravel::script_system::engine_script_cache::on_disable_method

Definition at line 71 of file script_system.h.

◆ on_enable_method

dotnet::method unravel::script_system::engine_script_cache::on_enable_method

Definition at line 70 of file script_system.h.

◆ on_sensor_enter_method

dotnet::method unravel::script_system::engine_script_cache::on_sensor_enter_method

Definition at line 74 of file script_system.h.

◆ on_sensor_exit_method

dotnet::method unravel::script_system::engine_script_cache::on_sensor_exit_method

Definition at line 75 of file script_system.h.

◆ on_start_method

dotnet::method unravel::script_system::engine_script_cache::on_start_method

Definition at line 72 of file script_system.h.

◆ script_component_type

dotnet::type unravel::script_system::engine_script_cache::script_component_type

Definition at line 59 of file script_system.h.

◆ script_system_type

dotnet::type unravel::script_system::engine_script_cache::script_system_type

Definition at line 57 of file script_system.h.

◆ set_entity_method

dotnet::method unravel::script_system::engine_script_cache::set_entity_method

Definition at line 68 of file script_system.h.

◆ ui_dispatch_event_method

dotnet::method unravel::script_system::engine_script_cache::ui_dispatch_event_method

Definition at line 80 of file script_system.h.

◆ ui_event_manager_type

dotnet::type unravel::script_system::engine_script_cache::ui_event_manager_type

Definition at line 60 of file script_system.h.

◆ update_manager_type

dotnet::type unravel::script_system::engine_script_cache::update_manager_type

Definition at line 56 of file script_system.h.

◆ update_method

dotnet::method unravel::script_system::engine_script_cache::update_method

Definition at line 63 of file script_system.h.


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