|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| CurveKey (float position, float value) | |
| CurveKey (float position, float value, float tangentIn, float tangentOut) | |
| CurveKey (float position, float value, float tangentIn, float tangentOut, CurveContinuity continuity) | |
| CurveKey | Clone () |
| bool | Equals (CurveKey other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| int | CompareTo (CurveKey other) |
| bool | Equals (T? other) |
| int | CompareTo (object? obj) |
| int | CompareTo (T? other) |
Static Public Member Functions | |
| static bool | operator== (CurveKey a, CurveKey b) |
| static bool | operator!= (CurveKey a, CurveKey b) |
Package Attributes | |
| float | position |
| float | internalValue |
| float | tangentOut |
| float | tangentIn |
| CurveContinuity | continuity |
Properties | |
| float | Position [get] |
| float | Value [get, set] |
| float | TangentIn [get, set] |
| float | TangentOut [get, set] |
| CurveContinuity | Continuity [get, set] |
Definition at line 9 of file CurveKey.cs.