Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

QuadMesh

Eredita: PlaneMesh < PrimitiveMesh < Mesh < Resource < RefCounted < Object

Classe che rappresenta una mesh quadrata rivolta verso la telecamera.

Descrizione

Classe che rappresenta un PrimitiveMesh quadrato. Questa mesh piatta non ha spessore. Per impostazione predefinita, questa mesh è allineata sugli assi X e Y; questa rotazione è più adatta per l'uso con materiali con billboard abilitato. Una QuadMesh è equivalente a una PlaneMesh, eccetto che la sua PlaneMesh.orientation predefinita è PlaneMesh.FACE_Z.

Tutorial

Proprietà

Orientation

orientation

2 (overrides PlaneMesh)

Vector2

size

Vector2(1, 1) (overrides PlaneMesh)