terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | DropdownEvent |
class | DropdownItem |
class | OptionData |
class | OptionDataList |
Public Types | |
enum | Transition { None , ColorTint , SpriteSwap , Animation } |
Static Public Member Functions | |
static int | AllSelectablesNoAlloc (Selectable[] selectables) |
static void | print (object message) |
static implicit | operator bool (Object exists) |
static Object | Instantiate (Object original, Vector3 position, Quaternion rotation) |
static Object | Instantiate (Object original) |
static T | Instantiate< T > (T original) |
static T | Instantiate< T > (T original, Vector3 position, Quaternion rotation) |
static void | Destroy (Object obj, [DefaultValue("0.0F")] float t) |
static void | Destroy (Object obj) |
static void | DestroyImmediate (Object obj, [DefaultValue("false")] bool allowDestroyingAssets) |
static void | DestroyImmediate (Object obj) |
static Object[] | FindObjectsOfType (Type type, bool includeInactive) |
static void | DontDestroyOnLoad ([NotNull("NullExceptionObject")] Object target) |
static T[] | FindObjectsOfType< T > () |
static bool | operator== (Object x, Object y) |
static bool | operator!= (Object x, Object y) |
Protected Types | |
enum | SelectionState { Normal , Highlighted , Pressed , Selected , Disabled } |
Protected Member Functions | |
Dropdown () | |
override void | Awake () |
override void | Start () |
override void | OnDisable () |
virtual GameObject | CreateBlocker (Canvas rootCanvas) |
virtual void | DestroyBlocker (GameObject blocker) |
virtual GameObject | CreateDropdownList (GameObject template) |
virtual void | DestroyDropdownList (GameObject dropdownList) |
virtual Dropdown.DropdownItem | CreateItem (Dropdown.DropdownItem itemTemplate) |
virtual void | DestroyItem (Dropdown.DropdownItem item) |
override void | OnCanvasGroupChanged () |
override void | OnDidApplyAnimationProperties () |
override void | OnEnable () |
override void | OnTransformParentChanged () |
virtual void | InstantClearState () |
virtual void | DoStateTransition (Selectable.SelectionState state, bool instant) |
bool | IsHighlighted () |
bool | IsPressed () |
virtual void | OnDestroy () |
virtual void | OnRectTransformDimensionsChange () |
virtual void | OnBeforeTransformParentChanged () |
virtual void | OnCanvasHierarchyChanged () |
Protected Attributes | |
int | m_CurrentIndex |
Static Protected Attributes | |
static Selectable[] | s_Selectables |
static int | s_SelectableCount |
Package Functions | |
string | GetScriptClassName () |
void | GetComponentFastPath (Type type, IntPtr oneFurtherThanResultValue) |
Static Package Functions | |
static Object | FindObjectFromInstanceID (int instanceID) |
Static Package Attributes | |
static int | OffsetOfInstanceIDInCPlusPlusObject |
Static Private Attributes | |
const int | kHighSortingLayer = 30000 |
static Dropdown.OptionData | s_NoOptionData |
const string | objectIsNullMessage = "The Object you want to instantiate is null." |
const string | cloneDestroyedMessage = "Instantiate failed because the clone was destroyed during creation. This can happen if DestroyImmediate is called in MonoBehaviour.Awake." |
Definition at line 16 of file Dropdown.cs.