Up to date
This page is up to date for Godot 4.1
. If you still find outdated information, please open an issue.
GLTFMesh
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
| ||
| ||
Property Descriptions
PackedFloat32Array blend_weights = PackedFloat32Array()
void set_blend_weights ( PackedFloat32Array value )
PackedFloat32Array get_blend_weights ( )
There is currently no description for this property. Please help us by contributing one!
Material[] instance_materials = []
void set_instance_materials ( Material[] value )
Material[] get_instance_materials ( )
There is currently no description for this property. Please help us by contributing one!
ImporterMesh mesh
void set_mesh ( ImporterMesh value )
ImporterMesh get_mesh ( )
There is currently no description for this property. Please help us by contributing one!