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.AnimationCurve Class Reference
+ Inheritance diagram for UnityEngine.AnimationCurve:

Public Member Functions

float Evaluate (float time)
 
 AnimationCurve (params Keyframe[] keys)
 
 AnimationCurve ()
 
override bool Equals (object o)
 
bool Equals (AnimationCurve other)
 
override int GetHashCode ()
 
bool Equals (T other)
 

Static Public Member Functions

static AnimationCurve Linear (float timeStart, float valueStart, float timeEnd, float valueEnd)
 

Protected Member Functions

override void Finalize ()
 

Package Attributes

IntPtr m_Ptr
 

Properties

Keyframe[] keys [get]
 
int length [get]
 

Private Member Functions

bool Internal_Equals (IntPtr other)
 
Keyframe[] GetKeys ()
 

Static Private Member Functions

static void Internal_Destroy (IntPtr ptr)
 
static IntPtr Internal_Create (Keyframe[] keys)
 

Detailed Description

Definition at line 15 of file AnimationCurve.cs.


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