terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
float | value [get] |
float | inTangent [get] |
float | outTangent [get] |
float | inWeight [get] |
float | outWeight [get] |
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 9 of file Keyframe.cs.