Table of Contents

Class PTargetScoringManager.ScoreSet

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class PTargetScoringManager.ScoreSet
Inheritance
PTargetScoringManager.ScoreSet
Inherited Members

Constructors

ScoreSet()

public ScoreSet()

Fields

FinalTime

public float FinalTime

Field Value

float

NumShotsRegistered

public int NumShotsRegistered

Field Value

int

Scores

public List<int> Scores

Field Value

List<int>

Times

public List<float> Times

Field Value

List<float>

TotalScore

public int TotalScore

Field Value

int

UV

public List<Vector2> UV

Field Value

List<Vector2>

Methods

RegisterScore(int, float, Vector2)

public bool RegisterScore(int score, float time, Vector2 uv)

Parameters

score int
time float
uv Vector2

Returns

bool