Property | Type | Description | |
---|---|---|---|
bezierTangentLength | float | ||
factor | float | ||
iterations | int | ||
maxSegmentLength | float | ||
offset | float | ||
smoothType | SmoothType | ||
strength | float | ||
subdivisions | int | ||
uniformLength | bool |
Method | Description | |
---|---|---|
Apply ( |
||
CurvedNonuniform ( List |
||
GetPointOnCubic ( |
||
SmoothBezier ( List |
||
SmoothOffsetSimple ( List |
||
SmoothSimple ( List |
Method | Description | |
---|---|---|
AddComp ( UnityEditor command ) : void |
public Apply ( |
||
p | ||
source | ModifierData | |
return | void |
public static GetPointOnCubic ( |
||
a | ||
b | ||
tan1 | ||
tan2 | ||
t | float | |
return |
public SmoothOffsetSimple ( List |
||
path | List |
|
return | List |