Class BarracudaWorkerFactory
Deprecated. Use WorkerFactory class instead
Inherited Members
Namespace: Unity.Barracuda
Syntax
public class BarracudaWorkerFactory : WorkerFactory
Methods
IsType(WorkerFactory.Type, BarracudaWorkerFactory.Flags)
Compare against Flags enum
Declaration
public static bool IsType(WorkerFactory.Type type, BarracudaWorkerFactory.Flags flags)
Parameters
| Type | Name | Description |
|---|---|---|
| WorkerFactory.Type | type | type |
| BarracudaWorkerFactory.Flags | flags | flags |
Returns
| Type | Description |
|---|---|
| Boolean | True if matches |