Struct ComponentGroupArray<T>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Unity.Entities
Syntax
public struct ComponentGroupArray<T> : IDisposable where T : struct
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Item[Int32]
Declaration
public T this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type | Description |
|---|---|
| T |
Length
Declaration
public int Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
GetEnumerator()
Declaration
public ComponentGroupArray<T>.ComponentGroupEnumerator<T> GetEnumerator()
Returns
| Type | Description |
|---|---|
| ComponentGroupArray.ComponentGroupEnumerator<T> |