TypeHelper Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public static class TypeHelper
The TypeHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| CanAddAsComponent |
Gets a value indicating whether the specified Type can be added to a GameObject as a component.
| |
| DisallowMultiple |
Gets a value indicating whether the specified component Type can be added multiple times to a GameObject.
| |
| FindComponentTypes |
Finds all types within the current AppDomain that can be added to a GameObject as a component.
| |
| FindPoolableComponents |
Gets the components that implement IPoolable for the specified componentType.
|