Table of Contents

Class MainScreenView

Namespace
CodeBase.Patterns.Example
Assembly
4Experience.CodeBase.Patterns.Samples.dll
public class MainScreenView : ViewMVC, IView
Inheritance
Object
Component
Behaviour
MonoBehaviour
MainScreenView
Implements
Inherited Members
Extension Methods

Properties

PointsVariable

private IntVariable PointsVariable { get; set; }

Property Value

IntVariable

Text

private TextMeshProUGUI Text { get; set; }

Property Value

TextMeshProUGUI

Methods

DisplayScore(int)

public void DisplayScore(int score)

Parameters

score int

OnDestroy()

private void OnDestroy()

Start()

private void Start()