Operator implicit operator
implicit operator ComponentType(Type)
Creates a new component type based on the type passed in
Declaration
[ExcludeFromBurstCompatTesting("Takes a managed Type")]
public static implicit operator ComponentType(Type type)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The managed type | 
Returns
| Type | Description | 
|---|---|
| ComponentType | The new ComponentType with ReadWrite |