Method GetEnableableBits
GetEnableableBits(ref DynamicComponentTypeHandle)
Gets a copy of all the Enableable bits for the specified type handle.
Declaration
public readonly v128 GetEnableableBits(ref DynamicComponentTypeHandle handle)
Parameters
Type | Name | Description |
---|---|---|
DynamicComponentTypeHandle | handle | A type handle for the component type whose enabled bits you want to query. |
Returns
Type | Description |
---|---|
v128 | A v128 is returned containing a copy of the bitarray. |