Skip to content

PlayerPositions

← Back to Runtime | Home

Namespace: wevr.GEM.Runtime.GEM_ExperienceManager

Type: Class

Inherits: IEnumerable

Nested Types

  • PlayerPosition

Properties

Entries

IEnumerable< KeyValuePair< int, PlayerPosition > > Entries { get; set; }

Methods

ConvertToGemPlayerPositions

GemPlayerPosition[] ConvertToGemPlayerPositions()

GetEnumerator

IEnumerator< PlayerPosition > GetEnumerator()

Remove

void Remove(int key)

TryGet

bool TryGet(int key, out PlayerPosition position)

UpdateEntry

void UpdateEntry(int key, Vector2 localPosV2, BoundsState state)