Struct AspectType
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct AspectType
Constructors
Name | Description |
---|---|
Aspect |
Create an Aspect |
Fields
Name | Description |
---|---|
Type |
The type index of the aspect in the Type |
Methods
Name | Description |
---|---|
Equals(object) | Test if this object is equal to another object |
Equals(Aspect |
Test if this AspectType is equal to another AspectType |
From |
Create an Aspect |
Get |
Get hash code for this AspectType |
Get |
Retrieve the managed Type. |
To |
Name of the aspect type |
Operators
Name | Description |
---|---|
operator ==(Aspect |
Operator equal by type index |
operator >(Aspect |
Operator greater-than by type index |
implicit operator Aspect |
Implicit conversion from managed Type to Aspect |
operator !=(Aspect |
Operator not-equal by type index |
operator <(Aspect |
Operator less-than by type index |