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.
Checking the stable version of the documentation...
CSGBox¶
Inherits: CSGPrimitive < CSGShape < GeometryInstance < VisualInstance < CullInstance < Spatial < Node < Object
Una forma de caja CSG.
Descripción¶
Este nodo permite crear una caja para usarla con el sistema CSG.
Propiedades¶
|
||
|
||
|
Descripciones de Propiedades¶
float depth
Default |
|
Setter |
set_depth(value) |
Getter |
get_depth() |
Profundidad de la caja medida desde el centro de la caja.
float height
Default |
|
Setter |
set_height(value) |
Getter |
get_height() |
La altura de la caja medida desde el centro de la caja.
Material material
Setter |
set_material(value) |
Getter |
get_material() |
El material utilizado para fabricar la caja.
float width
Default |
|
Setter |
set_width(value) |
Getter |
get_width() |
El ancho de la caja medido desde el centro de la caja.