Documentation
¶
Overview ¶
Package MeshConvexDecompositionSettings provides methods for working with MeshConvexDecompositionSettings object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsMeshConvexDecompositionSettings() Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) ConvexHullApproximation() bool
- func (self Instance) ConvexHullDownsampling() int
- func (self Instance) MaxConcavity() Float.X
- func (self Instance) MaxConvexHulls() int
- func (self Instance) MaxNumVerticesPerConvexHull() int
- func (self Instance) MinVolumePerConvexHull() Float.X
- func (self Instance) Mode() gdclass.MeshConvexDecompositionSettingsMode
- func (self Instance) NormalizeMesh() bool
- func (self Instance) PlaneDownsampling() int
- func (self Instance) ProjectHullVertices() bool
- func (self Instance) Resolution() int
- func (self Instance) RevolutionAxesClippingBias() Float.X
- func (self Instance) SetConvexHullApproximation(value bool)
- func (self Instance) SetConvexHullDownsampling(value int)
- func (self Instance) SetMaxConcavity(value Float.X)
- func (self Instance) SetMaxConvexHulls(value int)
- func (self Instance) SetMaxNumVerticesPerConvexHull(value int)
- func (self Instance) SetMinVolumePerConvexHull(value Float.X)
- func (self Instance) SetMode(value gdclass.MeshConvexDecompositionSettingsMode)
- func (self Instance) SetNormalizeMesh(value bool)
- func (self Instance) SetPlaneDownsampling(value int)
- func (self Instance) SetProjectHullVertices(value bool)
- func (self Instance) SetResolution(value int)
- func (self Instance) SetRevolutionAxesClippingBias(value Float.X)
- func (self Instance) SetSymmetryPlanesClippingBias(value Float.X)
- func (self Instance) SymmetryPlanesClippingBias() Float.X
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) Virtual(name string) reflect.Value
- type Mode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Advanced ¶
type Advanced = class
Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.
type Instance ¶
type Instance [1]gdclass.MeshConvexDecompositionSettings
Parameters to be used with a [Mesh] convex decomposition operation.
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsMeshConvexDecompositionSettings ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) ConvexHullApproximation ¶
func (Instance) ConvexHullDownsampling ¶
func (Instance) MaxConcavity ¶
func (Instance) MaxConvexHulls ¶
func (Instance) MaxNumVerticesPerConvexHull ¶
func (Instance) MinVolumePerConvexHull ¶
func (Instance) Mode ¶
func (self Instance) Mode() gdclass.MeshConvexDecompositionSettingsMode
func (Instance) NormalizeMesh ¶
func (Instance) PlaneDownsampling ¶
func (Instance) ProjectHullVertices ¶
func (Instance) Resolution ¶
func (Instance) RevolutionAxesClippingBias ¶
func (Instance) SetConvexHullApproximation ¶
func (Instance) SetConvexHullDownsampling ¶
func (Instance) SetMaxConcavity ¶
func (Instance) SetMaxConvexHulls ¶
func (Instance) SetMaxNumVerticesPerConvexHull ¶
func (Instance) SetMinVolumePerConvexHull ¶
func (Instance) SetMode ¶
func (self Instance) SetMode(value gdclass.MeshConvexDecompositionSettingsMode)
func (Instance) SetNormalizeMesh ¶
func (Instance) SetPlaneDownsampling ¶
func (Instance) SetProjectHullVertices ¶
func (Instance) SetResolution ¶
func (Instance) SetRevolutionAxesClippingBias ¶
func (Instance) SetSymmetryPlanesClippingBias ¶
func (Instance) SymmetryPlanesClippingBias ¶
func (*Instance) UnsafePointer ¶
type Mode ¶
type Mode = gdclass.MeshConvexDecompositionSettingsMode //gd:MeshConvexDecompositionSettings.Mode
Click to show internal directories.
Click to hide internal directories.