Class FixedArrayTests
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities.Tests
Syntax
public class FixedArrayTests : ECSTestsFixture
Methods
AddComponentWithIntThrows()
Declaration
public void AddComponentWithIntThrows()
CreateEntityArrayWithValidLengths(Int32)
Declaration
public void CreateEntityArrayWithValidLengths(int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length |
CreateEntityWithIntThrows()
Declaration
public void CreateEntityWithIntThrows()
CreateEntityWithInvalidFixedArraySize(Int32)
Declaration
public void CreateEntityWithInvalidFixedArraySize(int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | length |
CreateEntityWithTwoSameTypeFixedArraysThrows()
Declaration
public void CreateEntityWithTwoSameTypeFixedArraysThrows()
CreatingFixedArrayOfIComponentDataThrows()
Declaration
public void CreatingFixedArrayOfIComponentDataThrows()
FixedArrayCantBeWrittenFromTwoJobsInParallel()
Declaration
public void FixedArrayCantBeWrittenFromTwoJobsInParallel()
FixedArrayComponentGroupIteration()
Declaration
public void FixedArrayComponentGroupIteration()
FixedArrayFromEntityWorks()
Declaration
public void FixedArrayFromEntityWorks()
FixedArrayReadingFromTwoJobsInParallel()
Declaration
public void FixedArrayReadingFromTwoJobsInParallel()
FixedArrayWritingInJob()
Declaration
public void FixedArrayWritingInJob()
GetComponentFixedArrayAgainstIComponentDataThrows()
Declaration
public void GetComponentFixedArrayAgainstIComponentDataThrows()
HasComponent()
Declaration
public void HasComponent()
MutateFixedArrayData()
Declaration
public void MutateFixedArrayData()
RemoveComponentWithExactLength()
Declaration
public void RemoveComponentWithExactLength()
RemoveComponentWithIncorrectLength()
Declaration
public void RemoveComponentWithIncorrectLength()
RemoveComponentWithUnspecifiedLength()
Declaration
public void RemoveComponentWithUnspecifiedLength()