terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Keyframe (float time, float value) | |
Keyframe (float time, float value, float inTangent, float outTangent) | |
Keyframe (float time, float value, float inTangent, float outTangent, float inWeight, float outWeight) | |
Properties | |
float | time [get, set] |
float | value [get, set] |
float | inTangent [get, set] |
float | outTangent [get, set] |
float | inWeight [get, set] |
float | outWeight [get, set] |
Private Attributes | |
float | m_Time |
float | m_Value |
float | m_InTangent |
float | m_OutTangent |
int | m_WeightedMode |
float | m_InWeight |
float | m_OutWeight |
Definition at line 11 of file Keyframe.cs.