godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Curve.getPointLeftMode
godot
curve
Curve
Returns the left
TangentMode
for the point at
index
.
struct
Curve
@
nogc
nothrow const
Curve.TangentMode
getPointLeftMode
(
in
long
index
)
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
properties
_data
bakeResolution
maxValue
minValue
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the left TangentMode for the point at index.