Interface UnityHudElementViewTests.IFakeScoreService
A stand-in for a game service a HUD would bind to.
Namespace: Serenity.UnityGameUi.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public interface UnityHudElementViewTests.IFakeScoreService
Properties
MaxPoints
Declaration
int MaxPoints { get; }
Property Value
| Type | Description |
|---|---|
| int |
Points
Declaration
int Points { get; }
Property Value
| Type | Description |
|---|---|
| int |