Static Protected Member Functions | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Light | |
static void | _bind_methods () |
Static Protected Member Functions inherited from VisualInstance | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Spatial | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Node | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Object | |
static String | _get_category () |
static void | _bind_methods () |
static void | get_valid_parents_static (List< String > *p_parents) |
static void | _get_valid_parents_static (List< String > *p_parents) |
Additional Inherited Members | |
Public Types inherited from Light | |
enum | Parameter { PARAM_RADIUS =VisualServer::LIGHT_PARAM_RADIUS, PARAM_ENERGY =VisualServer::LIGHT_PARAM_ENERGY, PARAM_ATTENUATION =VisualServer::LIGHT_PARAM_ATTENUATION, PARAM_SPOT_ANGLE =VisualServer::LIGHT_PARAM_SPOT_ANGLE, PARAM_SPOT_ATTENUATION =VisualServer::LIGHT_PARAM_SPOT_ATTENUATION, PARAM_SHADOW_DARKENING =VisualServer::LIGHT_PARAM_SHADOW_DARKENING, PARAM_SHADOW_Z_OFFSET =VisualServer::LIGHT_PARAM_SHADOW_Z_OFFSET, PARAM_SHADOW_Z_SLOPE_SCALE =VisualServer::LIGHT_PARAM_SHADOW_Z_SLOPE_SCALE, PARAM_SHADOW_ESM_MULTIPLIER =VisualServer::LIGHT_PARAM_SHADOW_ESM_MULTIPLIER, PARAM_SHADOW_BLUR_PASSES =VisualServer::LIGHT_PARAM_SHADOW_BLUR_PASSES, PARAM_MAX =VisualServer::LIGHT_PARAM_MAX } |
enum | LightColor { COLOR_DIFFUSE =VisualServer::LIGHT_COLOR_DIFFUSE, COLOR_SPECULAR =VisualServer::LIGHT_COLOR_SPECULAR } |
enum | BakeMode { BAKE_MODE_DISABLED, BAKE_MODE_INDIRECT, BAKE_MODE_INDIRECT_AND_SHADOWS, BAKE_MODE_FULL } |
enum | Operator { OPERATOR_ADD, OPERATOR_SUB } |
Public Types inherited from VisualInstance | |
enum | GetFacesFlags { FACES_SOLID =1, FACES_ENCLOSING =2, FACES_DYNAMIC =4 } |
Public Types inherited from Spatial | |
enum | { NOTIFICATION_TRANSFORM_CHANGED =SceneTree::NOTIFICATION_TRANSFORM_CHANGED, NOTIFICATION_ENTER_WORLD =41, NOTIFICATION_EXIT_WORLD =42, NOTIFICATION_VISIBILITY_CHANGED =43, NOTIFICATION_LOCAL_TRANSFORM_CHANGED =44 } |
Public Types inherited from Node | |
enum | PauseMode { PAUSE_MODE_INHERIT, PAUSE_MODE_STOP, PAUSE_MODE_PROCESS } |
enum | { NOTIFICATION_ENTER_TREE =10, NOTIFICATION_EXIT_TREE =11, NOTIFICATION_MOVED_IN_PARENT =12, NOTIFICATION_READY =13, NOTIFICATION_PAUSED =14, NOTIFICATION_UNPAUSED =15, NOTIFICATION_FIXED_PROCESS = 16, NOTIFICATION_PROCESS = 17, NOTIFICATION_PARENTED =18, NOTIFICATION_UNPARENTED =19, NOTIFICATION_INSTANCED =20 } |
Public Types inherited from Object | |
enum | ConnectFlags { CONNECT_DEFERRED =1, CONNECT_PERSIST =2, CONNECT_ONESHOT =4 } |
enum | { NOTIFICATION_POSTINITIALIZE =0, NOTIFICATION_PREDELETE =1 } |
Public Member Functions inherited from Light | |
VS::LightType | get_light_type () const |
void | set_parameter (Parameter p_var, float p_value) |
float | get_parameter (Parameter p_var) const |
void | set_color (LightColor p_color, const Color &p_value) |
Color | get_color (LightColor p_color) const |
void | set_project_shadows (bool p_enabled) |
bool | has_project_shadows () const |
void | set_projector (const Ref< Texture > &p_projector) |
Ref< Texture > | get_projector () const |
void | set_operator (Operator p_op) |
Operator | get_operator () const |
void | set_bake_mode (BakeMode p_bake_mode) |
BakeMode | get_bake_mode () const |
void | set_enabled (bool p_enabled) |
bool | is_enabled () const |
void | set_editor_only (bool p_editor_only) |
bool | is_editor_only () const |
virtual AABB | get_aabb () const |
virtual DVector< Face3 > | get_faces (uint32_t p_usage_flags) const |
void | approximate_opengl_attenuation (float p_constant, float p_linear, float p_quadratic, float p_radius_treshold=0.5) |
Public Member Functions inherited from VisualInstance | |
RID | get_instance () const |
virtual AABB | get_transformed_aabb () const |
void | set_base (const RID &p_base) |
void | set_layer_mask (uint32_t p_mask) |
uint32_t | get_layer_mask () const |
Public Member Functions inherited from Spatial | |
Spatial * | get_parent_spatial () const |
Ref< World > | get_world () const |
void | set_translation (const Vector3 &p_translation) |
void | set_rotation (const Vector3 &p_euler_rad) |
void | set_rotation_deg (const Vector3 &p_euler_deg) |
void | set_scale (const Vector3 &p_scale) |
Vector3 | get_translation () const |
Vector3 | get_rotation () const |
Vector3 | get_rotation_deg () const |
Vector3 | get_scale () const |
void | set_transform (const Transform &p_transform) |
void | set_global_transform (const Transform &p_transform) |
Transform | get_transform () const |
Transform | get_global_transform () const |
void | set_as_toplevel (bool p_enabled) |
bool | is_set_as_toplevel () const |
void | set_disable_gizmo (bool p_enabled) |
void | update_gizmo () |
void | set_gizmo (const Ref< SpatialGizmo > &p_gizmo) |
Ref< SpatialGizmo > | get_gizmo () const |
_FORCE_INLINE_ bool | is_inside_world () const |
Transform | get_relative_transform (const Node *p_parent) const |
void | rotate (const Vector3 &p_normal, float p_radians) |
void | rotate_x (float p_radians) |
void | rotate_y (float p_radians) |
void | rotate_z (float p_radians) |
void | translate (const Vector3 &p_offset) |
void | scale (const Vector3 &p_ratio) |
void | global_rotate (const Vector3 &p_normal, float p_radians) |
void | global_translate (const Vector3 &p_offset) |
void | look_at (const Vector3 &p_target, const Vector3 &p_up_normal) |
void | look_at_from_pos (const Vector3 &p_pos, const Vector3 &p_target, const Vector3 &p_up_normal) |
void | set_notify_local_transform (bool p_enable) |
bool | is_local_transform_notification_enabled () const |
void | orthonormalize () |
void | set_identity () |
void | show () |
void | hide () |
bool | is_visible () const |
bool | is_hidden () const |
void | set_hidden (bool p_hidden) |
Public Member Functions inherited from Node | |
StringName | get_name () const |
void | set_name (const String &p_name) |
void | add_child (Node *p_child, bool p_legible_unique_name=false) |
void | remove_child (Node *p_child) |
int | get_child_count () const |
Node * | get_child (int p_index) const |
bool | has_node (const NodePath &p_path) const |
Node * | get_node (const NodePath &p_path) const |
Node * | find_node (const String &p_mask, bool p_recursive=true, bool p_owned=true) const |
bool | has_node_and_resource (const NodePath &p_path) const |
Node * | get_node_and_resource (const NodePath &p_path, RES &r_res) const |
Node * | get_parent () const |
_FORCE_INLINE_ SceneTree * | get_tree () const |
_FORCE_INLINE_ bool | is_inside_tree () const |
bool | is_a_parent_of (const Node *p_node) const |
bool | is_greater_than (const Node *p_node) const |
NodePath | get_path () const |
NodePath | get_path_to (const Node *p_node) const |
void | add_to_group (const StringName &p_identifier, bool p_persistent=false) |
void | remove_from_group (const StringName &p_identifier) |
bool | is_in_group (const StringName &p_identifier) const |
void | get_groups (List< GroupInfo > *p_groups) const |
void | move_child (Node *p_child, int p_pos) |
void | raise () |
void | set_owner (Node *p_owner) |
Node * | get_owner () const |
void | get_owned_by (Node *p_by, List< Node * > *p_owned) |
void | remove_and_skip () |
int | get_index () const |
void | print_tree () |
void | set_filename (const String &p_filename) |
String | get_filename () const |
void | set_editable_instance (Node *p_node, bool p_editable) |
bool | is_editable_instance (Node *p_node) const |
void | set_editable_instances (const HashMap< NodePath, int > &p_editable_instances) |
HashMap< NodePath, int > | get_editable_instances () const |
void | propagate_notification (int p_notification) |
void | set_fixed_process (bool p_process) |
float | get_fixed_process_delta_time () const |
bool | is_fixed_processing () const |
void | set_process (bool p_process) |
float | get_process_delta_time () const |
bool | is_processing () const |
void | set_process_input (bool p_enable) |
bool | is_processing_input () const |
void | set_process_unhandled_input (bool p_enable) |
bool | is_processing_unhandled_input () const |
void | set_process_unhandled_key_input (bool p_enable) |
bool | is_processing_unhandled_key_input () const |
int | get_position_in_parent () const |
Node * | duplicate (bool p_use_instancing=false) const |
Node * | duplicate_and_reown (const Map< Node *, Node * > &p_reown_map) const |
void | set_scene_instance_state (const Ref< SceneState > &p_state) |
Ref< SceneState > | get_scene_instance_state () const |
void | set_scene_inherited_state (const Ref< SceneState > &p_state) |
Ref< SceneState > | get_scene_inherited_state () const |
void | set_scene_instance_load_placeholder (bool p_enable) |
bool | get_scene_instance_load_placeholder () const |
void | replace_by (Node *p_node, bool p_keep_data=false) |
void | set_pause_mode (PauseMode p_mode) |
PauseMode | get_pause_mode () const |
bool | can_process () const |
String | validate_child_name (const String &p_name) const |
void | queue_delete () |
void | force_parent_owned () |
void | get_argument_options (const StringName &p_function, int p_idx, List< String > *r_options) const |
void | clear_internal_tree_resource_paths () |
_FORCE_INLINE_ Viewport * | get_viewport () const |
Public Member Functions inherited from Object | |
_FORCE_INLINE_ void | _change_notify (const char *p_what="") |
bool | _is_gpl_reversed () const |
_FORCE_INLINE_ ObjectID | get_instance_ID () const |
void | add_change_receptor (Object *p_receptor) |
void | remove_change_receptor (Object *p_receptor) |
template<class T > | |
T * | cast_to () |
template<class T > | |
const T * | cast_to () const |
virtual String | get_type () const |
virtual String | get_save_type () const |
virtual bool | is_type (const String &p_type) const |
virtual bool | is_type_ptr (void *p_ptr) const |
_FORCE_INLINE_ const StringName & | get_type_name () const |
void | set (const StringName &p_name, const Variant &p_value, bool *r_valid=NULL) |
Variant | get (const StringName &p_name, bool *r_valid=NULL) const |
void | get_property_list (List< PropertyInfo > *p_list, bool p_reversed=false) const |
bool | has_method (const StringName &p_method) const |
void | get_method_list (List< MethodInfo > *p_list) const |
Variant | callv (const StringName &p_method, const Array &p_args) |
virtual Variant | call (const StringName &p_method, const Variant **p_args, int p_argcount, Variant::CallError &r_error) |
virtual void | call_multilevel (const StringName &p_method, const Variant **p_args, int p_argcount) |
virtual void | call_multilevel_reversed (const StringName &p_method, const Variant **p_args, int p_argcount) |
Variant | call (const StringName &p_name, VARIANT_ARG_LIST) |
void | call_multilevel (const StringName &p_name, VARIANT_ARG_LIST) |
void | notification (int p_notification, bool p_reversed=false) |
virtual Variant | getvar (const Variant &p_key, bool *r_valid=NULL) const |
virtual void | setvar (const Variant &p_key, const Variant &p_value, bool *r_valid=NULL) |
void | set_script (const RefPtr &p_script) |
RefPtr | get_script () const |
bool | has_meta (const String &p_name) const |
void | set_meta (const String &p_name, const Variant &p_value) |
Variant | get_meta (const String &p_name) const |
void | get_meta_list (List< String > *p_list) const |
void | set_script_instance (ScriptInstance *p_instance) |
_FORCE_INLINE_ ScriptInstance * | get_script_instance () const |
void | add_user_signal (const MethodInfo &p_signal) |
void | emit_signal (const StringName &p_name, VARIANT_ARG_LIST) |
void | emit_signal (const StringName &p_name, const Variant **p_args, int p_argcount) |
void | get_signal_list (List< MethodInfo > *p_signals) const |
void | get_signal_connection_list (const StringName &p_signal, List< Connection > *p_connections) const |
void | get_all_signal_connections (List< Connection > *p_connections) const |
Error | connect (const StringName &p_signal, Object *p_to_object, const StringName &p_to_method, const Vector< Variant > &p_binds=Vector< Variant >(), uint32_t p_flags=0) |
void | disconnect (const StringName &p_signal, Object *p_to_object, const StringName &p_to_method) |
bool | is_connected (const StringName &p_signal, Object *p_to_object, const StringName &p_to_method) const |
void | call_deferred (const StringName &p_method, VARIANT_ARG_LIST) |
void | set_block_signals (bool p_block) |
bool | is_blocking_signals () const |
Variant::Type | get_static_property_type (const StringName &p_property, bool *r_valid=NULL) const |
virtual void | get_translatable_strings (List< String > *p_strings) const |
StringName | XL_MESSAGE (const StringName &p_message) const |
StringName | tr (const StringName &p_message) const |
bool | is_queued_for_deletion () const |
_FORCE_INLINE_ void | set_message_translation (bool p_enable) |
_FORCE_INLINE_ bool | can_translate_messages () const |
void | clear_internal_resource_paths () |
Static Public Member Functions inherited from Node | |
static Vector< Variant > | make_binds (VARIANT_ARG_LIST) |
static void | print_stray_nodes () |
static void | set_human_readable_collision_renaming (bool p_enabled) |
static void | init_node_hrcr () |
Static Public Member Functions inherited from Object | |
static void | initialize_type () |
static _FORCE_INLINE_ void | register_custom_data_to_otdb () |
static void * | get_type_ptr_static () |
static void | get_inheritance_list_static (List< String > *p_inheritance_list) |
static String | get_type_static () |
static String | get_parent_type_static () |
static String | get_category_static () |
Public Attributes inherited from Object | |
bool | _is_queued_for_deletion |
Protected Member Functions inherited from Light | |
virtual bool | _can_gizmo_scale () const |
virtual RES | _get_gizmo_geometry () const |
void | _notification (int p_what) |
Light (VisualServer::LightType p_type) | |
Protected Member Functions inherited from VisualInstance | |
void | _notification (int p_what) |
Protected Member Functions inherited from Spatial | |
_FORCE_INLINE_ void | set_ignore_transform_notification (bool p_ignore) |
_FORCE_INLINE_ void | _update_local_transform () const |
void | _notification (int p_what) |
void | _set_visible_ (bool p_visible) |
bool | _is_visible_ () const |
Protected Member Functions inherited from Node | |
void | _block () |
void | _unblock () |
void | _notification (int p_notification) |
virtual void | add_child_notify (Node *p_child) |
virtual void | remove_child_notify (Node *p_child) |
virtual void | move_child_notify (Node *p_child) |
void | _propagate_replace_owner (Node *p_owner, Node *p_by_owner) |
void | _add_child_nocheck (Node *p_child, const StringName &p_name) |
void | _set_owner_nocheck (Node *p_owner) |
void | _set_name_nocheck (const StringName &p_name) |
Protected Member Functions inherited from Object | |
virtual void | _initialize_typev () |
virtual bool | _setv (const StringName &p_name, const Variant &p_property) |
virtual bool | _getv (const StringName &p_name, Variant &r_property) const |
virtual void | _get_property_listv (List< PropertyInfo > *p_list, bool p_reversed) const |
virtual void | _notificationv (int p_notification, bool p_reversed) |
bool | _set (const StringName &p_name, const Variant &p_property) |
bool | _get (const StringName &p_name, Variant &r_property) const |
void | _get_property_list (List< PropertyInfo > *p_list) const |
void | _notification (int p_notification) |
void | cancel_delete () |
virtual void | _changed_callback (Object *p_changed, const char *p_prop) |
Variant | _call_bind (const Variant **p_args, int p_argcount, Variant::CallError &r_error) |
Variant | _call_deferred_bind (const Variant **p_args, int p_argcount, Variant::CallError &r_error) |
virtual const StringName * | _get_type_namev () const |
DVector< String > | _get_meta_list_bind () const |
Array | _get_property_list_bind () const |
Array | _get_method_list_bind () const |
void | _clear_internal_resource_paths (const Variant &p_var) |
Protected Attributes inherited from Light | |
RID | light |
Protected Attributes inherited from Object | |
_FORCE_INLINE_ bool(Object::*)(const StringName &p_name, Variant &r_ret) | _get_get () const) |
_FORCE_INLINE_ bool(Object::*)(const StringName &p_name, const Variant &p_property) | _get_set () const) |
_FORCE_INLINE_ void(Object::*)(List< PropertyInfo > *p_list) | _get_get_property_list () const) |
_FORCE_INLINE_ void(Object::*)(int) | _get_notification () const) |
Static Protected Attributes inherited from Object | |
static _FORCE_INLINE_ void(*)() | _get_bind_methods () |