Struct CopyEntities
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 CopyEntities : IJobParallelFor
Fields
Results
Declaration
public NativeArray<Entity> Results
Field Value
Type | Description |
---|---|
NativeArray<Entity> |
Source
Declaration
public EntityArray Source
Field Value
Type | Description |
---|---|
EntityArray |
Methods
Execute(Int32)
Declaration
public void Execute(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |