Vector3Set
Derives from RuntimeSet<T>.
Description
Represents a set of Vector3 values that can be shared and modified throughout the application.
Public Methods
Add(Vector2Int)- Adds aVector2Intvalue to the set.Add(Vector2)- Adds aVector2value to the set.TryAdd(Vector2Int) : bool- Attempts to add aVector2Intvalue to the set. Returns whether an item was added.TryAdd(Vector2) : bool- Attempts to add aVector2value to the set. Returns whether an item was added.Remove(Vector2Int) : bool- Removes aVector2Intvalue from the set. Returns whether an item was removed.Remove(Vector2) : bool- Removes aVector2value from the set. Returns whether an item was removed.