ArrayMesh

Inherits: Mesh < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

BlendShapeMode

blend_shape_mode

1

AABB

custom_aabb

AABB(0, 0, 0, 0, 0, 0)

ArrayMesh

shadow_mesh

Methods

void

add_blend_shape ( StringName name )

void

add_surface_from_arrays ( PrimitiveType primitive, Array arrays, Array[] blend_shapes=[], Dictionary lods={}, BitField<ArrayFormat> flags=0 )

void

clear_blend_shapes ( )

void

clear_surfaces ( )

int

get_blend_shape_count ( ) const

StringName

get_blend_shape_name ( int index ) const

Error

lightmap_unwrap ( Transform3D transform, float texel_size )

void

regen_normal_maps ( )

void

set_blend_shape_name ( int index, StringName name )

int

surface_find_by_name ( String name ) const

int

surface_get_array_index_len ( int surf_idx ) const

int

surface_get_array_len ( int surf_idx ) const

BitField<ArrayFormat>

surface_get_format ( int surf_idx ) const

String

surface_get_name ( int surf_idx ) const

PrimitiveType

surface_get_primitive_type ( int surf_idx ) const

void

surface_set_name ( int surf_idx, String name )

void

surface_update_attribute_region ( int surf_idx, int offset, PackedByteArray data )

void

surface_update_skin_region ( int surf_idx, int offset, PackedByteArray data )

void

surface_update_vertex_region ( int surf_idx, int offset, PackedByteArray data )


Property Descriptions

BlendShapeMode blend_shape_mode = 1

There is currently no description for this property. Please help us by contributing one!


AABB custom_aabb = AABB(0, 0, 0, 0, 0, 0)

  • void set_custom_aabb ( AABB value )

  • AABB get_custom_aabb ( )

There is currently no description for this property. Please help us by contributing one!


ArrayMesh shadow_mesh

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

void add_blend_shape ( StringName name )

There is currently no description for this method. Please help us by contributing one!


void add_surface_from_arrays ( PrimitiveType primitive, Array arrays, Array[] blend_shapes=[], Dictionary lods={}, BitField<ArrayFormat> flags=0 )

There is currently no description for this method. Please help us by contributing one!


void clear_blend_shapes ( )

There is currently no description for this method. Please help us by contributing one!


void clear_surfaces ( )

There is currently no description for this method. Please help us by contributing one!


int get_blend_shape_count ( ) const

There is currently no description for this method. Please help us by contributing one!


StringName get_blend_shape_name ( int index ) const

There is currently no description for this method. Please help us by contributing one!


Error lightmap_unwrap ( Transform3D transform, float texel_size )

There is currently no description for this method. Please help us by contributing one!


void regen_normal_maps ( )

There is currently no description for this method. Please help us by contributing one!


void set_blend_shape_name ( int index, StringName name )

There is currently no description for this method. Please help us by contributing one!


int surface_find_by_name ( String name ) const

There is currently no description for this method. Please help us by contributing one!


int surface_get_array_index_len ( int surf_idx ) const

There is currently no description for this method. Please help us by contributing one!


int surface_get_array_len ( int surf_idx ) const

There is currently no description for this method. Please help us by contributing one!


BitField<ArrayFormat> surface_get_format ( int surf_idx ) const

There is currently no description for this method. Please help us by contributing one!


String surface_get_name ( int surf_idx ) const

There is currently no description for this method. Please help us by contributing one!


PrimitiveType surface_get_primitive_type ( int surf_idx ) const

There is currently no description for this method. Please help us by contributing one!


void surface_set_name ( int surf_idx, String name )

There is currently no description for this method. Please help us by contributing one!


void surface_update_attribute_region ( int surf_idx, int offset, PackedByteArray data )

There is currently no description for this method. Please help us by contributing one!


void surface_update_skin_region ( int surf_idx, int offset, PackedByteArray data )

There is currently no description for this method. Please help us by contributing one!


void surface_update_vertex_region ( int surf_idx, int offset, PackedByteArray data )

There is currently no description for this method. Please help us by contributing one!