Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetTarget (Transform _trans) |
void | LateUpdate () |
Public Attributes | |
Transform | target |
Vector3 | fixPos |
bool | followPos |
Func< bool > | endCondition |
Definition at line 4 of file UIFollow.cs.
|
inline |
Definition at line 19 of file UIFollow.cs.
References BaseCore.actionsLateUpdate, endCondition, fixPos, followPos, BaseCore.Instance, target, and BaseCore.uiScale.
Referenced by PopManager.CopyAll().
|
inline |
Func<bool> UIFollow.endCondition |
Definition at line 12 of file UIFollow.cs.
Referenced by LateUpdate().
Vector3 UIFollow.fixPos |
Definition at line 8 of file UIFollow.cs.
Referenced by LateUpdate().
bool UIFollow.followPos |
Definition at line 10 of file UIFollow.cs.
Referenced by LateUpdate().
Transform UIFollow.target |
Definition at line 6 of file UIFollow.cs.
Referenced by LateUpdate(), and SetTarget().