Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
hueVariation
Use with setParamMin(param:value:)
, setParamMax(param:value:)
, and setParamCurve(param:curve:)
to set hue variation properties.
case hueVariation
Other cases
case initialLinearVelocity
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set initial velocity properties.case angularVelocity
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set angular velocity properties.case orbitVelocity
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set orbital velocity properties.case linearAccel
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set linear acceleration properties.case radialAccel
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set radial acceleration properties.case tangentialAccel
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set tangential acceleration properties.case damping
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set damping properties.case angle
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set angle properties.case scale
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set scale properties.case animSpeed
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set animation speed properties.case animOffset
Use with
setParamMin(param:value:)
,setParamMax(param:value:)
, andsetParamCurve(param:curve:)
to set animation offset properties.case max
Represents the size of the
Parameter
enum.