ArrayT Class |
[Missing <summary> documentation for "T:Godot.Collections.Array`1"]
Namespace: Godot.Collections
public class Array<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
[Missing <typeparam name="T"/> documentation for "T:Godot.Collections.Array`1"]
The ArrayT type exposes the following members.
| Name | Description | |
|---|---|---|
| ArrayT | Initializes a new instance of the ArrayT class | |
| ArrayT(IEnumerableT) | Initializes a new instance of the ArrayT class | |
| ArrayT(T) | Initializes a new instance of the ArrayT class | |
| ArrayT(Array) | Initializes a new instance of the ArrayT class |
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | ||
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Duplicate | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | (Inherited from Object.) | |
| Remove | ||
| RemoveAt | ||
| Resize | ||
| Shuffle | ||
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Addition | ||
| (ArrayT to Array) |