Method ChunkComponentExclude
ChunkComponentExclude<T>()
Returns a ComponentType that is a chunk component with Exclude based on the type.
Declaration
public static ComponentType ChunkComponentExclude<T>()Returns
| Type | Description | 
|---|---|
| ComponentType | The chunk component type | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type | 
ChunkComponentExclude(Type)
Returns a ComponentType that is a chunk component with Exclude based on the type.
Declaration
[ExcludeFromBurstCompatTesting("Takes a managed Type")]
public static ComponentType ChunkComponentExclude(Type type)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The type | 
Returns
| Type | Description | 
|---|---|
| ComponentType | The chunk component type |