terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.Keyframe Struct Reference

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
 

Detailed Description

Definition at line 9 of file Keyframe.cs.


The documentation for this struct was generated from the following file: