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
Loading...
Searching...
No Matches
UnityEngine.AnimationCurve Class Reference
+ Inheritance diagram for UnityEngine.AnimationCurve:
+ Collaboration 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, set]
 
int length [get, set]
 

Private Member Functions

static void Internal_Destroy (IntPtr ptr)
 
static IntPtr Internal_Create (Keyframe[] keys)
 
bool Internal_Equals (IntPtr other)
 
Keyframe[] GetKeys ()
 

Detailed Description

Definition at line 18 of file AnimationCurve.cs.


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