Documentation
¶
Overview ¶
Package CurveXYZTexture provides methods for working with CurveXYZTexture object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsCurveXYZTexture() Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) AsResource() Resource.Instance
- func (self Instance) AsTexture() Texture.Instance
- func (self Instance) AsTexture2D() Texture2D.Instance
- func (self Instance) CurveX() [1]gdclass.Curve
- func (self Instance) CurveY() [1]gdclass.Curve
- func (self Instance) CurveZ() [1]gdclass.Curve
- func (self Instance) SetCurveX(value [1]gdclass.Curve)
- func (self Instance) SetCurveY(value [1]gdclass.Curve)
- func (self Instance) SetCurveZ(value [1]gdclass.Curve)
- func (self Instance) SetWidth(value int)
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) Virtual(name string) reflect.Value
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.CurveXYZTexture
A 1D texture where the red, green, and blue color channels correspond to points on 3 [Curve] resources. Compared to using separate [CurveTexture]s, this further simplifies the task of saving curves as image files. If you only need to store one curve within a single texture, use [CurveTexture] instead. See also [GradientTexture1D] and [GradientTexture2D].
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsCurveXYZTexture ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted