godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Curve.setPointLeftMode
godot
curve
Curve
Sets the left
tangentmode
for the point at
index
to
mode
.
struct
Curve
@
nogc
nothrow
void
setPointLeftMode
(
in
long
index
,
in
long
mode
)
Meta
Source
See Implementation
godot
curve
Curve
aliases
BaseClasses
enums
Constants
TangentMode
functions
_getData
_setData
addPoint
bake
cleanDupes
clearPoints
getBakeResolution
getMaxValue
getMinValue
getPointCount
getPointLeftMode
getPointLeftTangent
getPointPosition
getPointRightMode
getPointRightTangent
interpolate
interpolateBaked
opAssign
opEquals
removePoint
setBakeResolution
setMaxValue
setMinValue
setPointLeftMode
setPointLeftTangent
setPointOffset
setPointRightMode
setPointRightTangent
setPointValue
toHash
properties
_data
bakeResolution
maxValue
minValue
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the left tangentmode for the point at index to mode.