Documentation
¶
Overview ¶
Package CharFXTransform provides methods for working with CharFXTransform object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsCharFXTransform() Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) Color() Color.RGBA
- func (self Instance) ElapsedTime() Float.X
- func (self Instance) Env() map[any]any
- func (self Instance) Font() RID.Any
- func (self Instance) GlyphCount() int
- func (self Instance) GlyphFlags() int
- func (self Instance) GlyphIndex() int
- func (self Instance) Offset() Vector2.XY
- func (self Instance) Outline() bool
- func (self Instance) Range() Vector2i.XY
- func (self Instance) RelativeIndex() int
- func (self Instance) SetColor(value Color.RGBA)
- func (self Instance) SetElapsedTime(value Float.X)
- func (self Instance) SetEnv(value map[any]any)
- func (self Instance) SetFont(value RID.Any)
- func (self Instance) SetGlyphCount(value int)
- func (self Instance) SetGlyphFlags(value int)
- func (self Instance) SetGlyphIndex(value int)
- func (self Instance) SetOffset(value Vector2.XY)
- func (self Instance) SetOutline(value bool)
- func (self Instance) SetRange(value Vector2i.XY)
- func (self Instance) SetRelativeIndex(value int)
- func (self Instance) SetTransform(value Transform2D.OriginXY)
- func (self Instance) SetVisible(value bool)
- func (self Instance) Transform() Transform2D.OriginXY
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) Virtual(name string) reflect.Value
- func (self Instance) Visible() bool
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.CharFXTransform
By setting various properties on this object, you can control how individual characters will be displayed in a [RichTextEffect].
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsCharFXTransform ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) ElapsedTime ¶
func (Instance) GlyphCount ¶
func (Instance) GlyphFlags ¶
func (Instance) GlyphIndex ¶
func (Instance) RelativeIndex ¶
func (Instance) SetElapsedTime ¶
func (Instance) SetGlyphCount ¶
func (Instance) SetGlyphFlags ¶
func (Instance) SetGlyphIndex ¶
func (Instance) SetOutline ¶
func (Instance) SetRelativeIndex ¶
func (Instance) SetTransform ¶
func (self Instance) SetTransform(value Transform2D.OriginXY)
func (Instance) SetVisible ¶
func (Instance) Transform ¶
func (self Instance) Transform() Transform2D.OriginXY
func (*Instance) UnsafePointer ¶
Click to show internal directories.
Click to hide internal directories.