Table of Contents

Class UserInterface

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class UserInterface : Singleton<UserInterface>
Inheritance
UserInterface
Inherited Members
Extension Methods

Constructors

UserInterface()

public UserInterface()

Fields

damp

public float damp

Field Value

float

equippedUI

public EquippedUI equippedUI

Field Value

EquippedUI

force

public float force

Field Value

float

hotbarUI

public HotbarUI hotbarUI

Field Value

HotbarUI

interactionUI

public InteractionUI interactionUI

Field Value

InteractionUI

m_currentResolution

public int2 m_currentResolution

Field Value

int2

m_maxPivotMovement

public float m_maxPivotMovement

Field Value

float

m_pivot

public Transform m_pivot

Field Value

Transform

m_velocity

public Vector3 m_velocity

Field Value

Vector3

moneyAddedUI

public MoneyAddedUI moneyAddedUI

Field Value

MoneyAddedUI

movementForce

public float movementForce

Field Value

float

nextStepUI

public NextStepUI nextStepUI

Field Value

NextStepUI

translationForce

[FormerlySerializedAs("translationtForce")]
public float translationForce

Field Value

float

Methods

LateUpdate()

public void LateUpdate()

LoadAspectRatio(AspectRatio)

public void LoadAspectRatio(AspectRatio aspectRatio)

Parameters

aspectRatio AspectRatio

ShowMoneyNotification(string, string, MoneyCellType)

public static void ShowMoneyNotification(string header, string money, MoneyCellUI.MoneyCellType cellType)

Parameters

header string
money string
cellType MoneyCellUI.MoneyCellType