#include <mesh.h>
Public Types | |
enum | { NO_INDEX_ARRAY =VisualServer::NO_INDEX_ARRAY, ARRAY_WEIGHTS_SIZE =VisualServer::ARRAY_WEIGHTS_SIZE } |
enum | ArrayType { ARRAY_VERTEX =VisualServer::ARRAY_VERTEX, ARRAY_NORMAL =VisualServer::ARRAY_NORMAL, ARRAY_TANGENT =VisualServer::ARRAY_TANGENT, ARRAY_COLOR =VisualServer::ARRAY_COLOR, ARRAY_TEX_UV =VisualServer::ARRAY_TEX_UV, ARRAY_TEX_UV2 =VisualServer::ARRAY_TEX_UV2, ARRAY_BONES =VisualServer::ARRAY_BONES, ARRAY_WEIGHTS =VisualServer::ARRAY_WEIGHTS, ARRAY_INDEX =VisualServer::ARRAY_INDEX, ARRAY_MAX =VisualServer::ARRAY_MAX } |
enum | ArrayFormat { ARRAY_FORMAT_VERTEX =1<<ARRAY_VERTEX, ARRAY_FORMAT_NORMAL =1<<ARRAY_NORMAL, ARRAY_FORMAT_TANGENT =1<<ARRAY_TANGENT, ARRAY_FORMAT_COLOR =1<<ARRAY_COLOR, ARRAY_FORMAT_TEX_UV =1<<ARRAY_TEX_UV, ARRAY_FORMAT_TEX_UV2 =1<<ARRAY_TEX_UV2, ARRAY_FORMAT_BONES =1<<ARRAY_BONES, ARRAY_FORMAT_WEIGHTS =1<<ARRAY_WEIGHTS, ARRAY_FORMAT_INDEX =1<<ARRAY_INDEX } |
enum | PrimitiveType { PRIMITIVE_POINTS =VisualServer::PRIMITIVE_POINTS, PRIMITIVE_LINES =VisualServer::PRIMITIVE_LINES, PRIMITIVE_LINE_STRIP =VisualServer::PRIMITIVE_LINE_STRIP, PRIMITIVE_LINE_LOOP =VisualServer::PRIMITIVE_LINE_LOOP, PRIMITIVE_TRIANGLES =VisualServer::PRIMITIVE_TRIANGLES, PRIMITIVE_TRIANGLE_STRIP =VisualServer::PRIMITIVE_TRIANGLE_STRIP, PRIMITIVE_TRIANGLE_FAN =VisualServer::PRIMITIVE_TRIANGLE_FAN } |
enum | MorphTargetMode { MORPH_MODE_NORMALIZED =VS::MORPH_MODE_NORMALIZED, MORPH_MODE_RELATIVE =VS::MORPH_MODE_RELATIVE } |
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 | |
void | add_surface (PrimitiveType p_primitive, const Array &p_arrays, const Array &p_blend_shapes=Array(), bool p_alphasort=false) |
Array | surface_get_arrays (int p_surface) const |
virtual Array | surface_get_morph_arrays (int p_surface) const |
void | add_custom_surface (const Variant &p_data) |
void | add_morph_target (const StringName &p_name) |
int | get_morph_target_count () const |
StringName | get_morph_target_name (int p_index) const |
void | clear_morph_targets () |
void | set_morph_target_mode (MorphTargetMode p_mode) |
MorphTargetMode | get_morph_target_mode () const |
int | get_surface_count () const |
void | surface_remove (int p_idx) |
void | surface_set_custom_aabb (int p_surface, const AABB &p_aabb) |
int | surface_get_array_len (int p_idx) const |
int | surface_get_array_index_len (int p_idx) const |
uint32_t | surface_get_format (int p_idx) const |
PrimitiveType | surface_get_primitive_type (int p_idx) const |
bool | surface_is_alpha_sorting_enabled (int p_idx) const |
void | surface_set_material (int p_idx, const Ref< Material > &p_material) |
Ref< Material > | surface_get_material (int p_idx) const |
void | surface_set_name (int p_idx, const String &p_name) |
String | surface_get_name (int p_idx) const |
void | add_surface_from_mesh_data (const Geometry::MeshData &p_mesh_data) |
void | set_custom_aabb (const AABB &p_custom) |
AABB | get_custom_aabb () const |
AABB | get_aabb () const |
virtual RID | get_rid () const |
Ref< Shape > | create_trimesh_shape () const |
Ref< Shape > | create_convex_shape () const |
Ref< Mesh > | create_outline (float p_margin) const |
void | center_geometry () |
void | regen_normalmaps () |
DVector< Face3 > | get_faces () const |
Ref< TriangleMesh > | generate_triangle_mesh () const |
Public Member Functions inherited from Resource | |
virtual bool | can_reload_from_file () |
virtual void | reload_from_file () |
void | register_owner (Object *p_owner) |
void | unregister_owner (Object *p_owner) |
void | set_name (const String &p_name) |
String | get_name () const |
virtual void | set_path (const String &p_path, bool p_take_over=false) |
String | get_path () const |
void | set_subindex (int p_sub_index) |
int | get_subindex () const |
Ref< Resource > | duplicate (bool p_subresources=false) |
void | set_import_metadata (const Ref< ResourceImportMetadata > &p_metadata) |
Ref< ResourceImportMetadata > | get_import_metadata () const |
Public Member Functions inherited from Reference | |
_FORCE_INLINE_ bool | is_referenced () const |
bool | init_ref () |
void | reference () |
bool | unreference () |
int | reference_get_count () 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 |
virtual void | get_argument_options (const StringName &p_function, int p_idx, List< String > *r_options) 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 () |
Protected Member Functions | |
bool | _set (const StringName &p_name, const Variant &p_value) |
bool | _get (const StringName &p_name, Variant &r_ret) const |
void | _get_property_list (List< PropertyInfo > *p_list) const |
Protected Member Functions inherited from Resource | |
void | emit_changed () |
void | notify_change_to_owners () |
virtual void | _resource_path_changed () |
void | _set_path (const String &p_path) |
void | _take_over_path (const String &p_path) |
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) |
Static Protected Member Functions | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Resource | |
static void | _bind_methods () |
Static Protected Member Functions inherited from Reference | |
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 | |
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 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 () |