Simple IAP System
4.3
|
This class fades in and out arrows which indicate to the player which direction they should be facing. More...
Public Member Functions | |
void | Hide () |
Turn off the arrows entirely. More... | |
void | Show () |
Turn the arrows on. More... | |
Public Attributes | |
float | m_FadeDuration = 0.5f |
float | m_ShowAngle = 60f |
Transform | m_DesiredDirection |
Transform | m_Camera |
Renderer[] | m_ArrowRenderers |
This class fades in and out arrows which indicate to the player which direction they should be facing.
void Hide | ( | ) |
Turn off the arrows entirely.
void Show | ( | ) |
Turn the arrows on.
Renderer [] m_ArrowRenderers |
Transform m_Camera |
Transform m_DesiredDirection |
float m_FadeDuration = 0.5f |
float m_ShowAngle = 60f |