Package-level declarations
Types
Represents a 32-bit representation of RGBA color.
An array of Vector2F values.
An iterator over a sequence of values of type Vector2F
Represents a read-only view over Vector2FArray type with methods that avoid boxing. Changes in the original array are reflected in this list.
An iterator over a Vector2F collection that supports indexed access.
Represents a read-only view of the portion of Vector2FList. Changes in the original list are reflected in this list.
An array of Vector2I values.
An iterator over a sequence of values of type Vector2I
Represents a read-only view over Vector2IArray type with methods that avoid boxing. Changes in the original array are reflected in this list.
An iterator over a Vector2I collection that supports indexed access.
Represents a read-only view of the portion of Vector2IList. Changes in the original list are reflected in this list.
Properties
Functions
Returns the sum of all elements in the array.
Returns the sum of all elements in the collection.
Returns the sum of all values produced by selector function applied to each element in the array.
Returns the sum of all values produced by selector function applied to each element in the collection.
Returns an array of Vector2F containing all the elements of this generic array.
Returns an array of Vector2I containing all the elements of this generic array.
Returns an empty Vector2FArray.
Returns a new Vector2FArray of given elements.
Returns a new Vector2FArray containing only the specified element.
Returns an empty Vector2IArray.
Returns a new Vector2IArray of given elements.
Returns a new Vector2IArray containing only the specified element.