Class FunctionalityProviderMethods
Extension methods for all Functionality Providers
Inherited Members
Namespace: Unity.XRTools.ModuleLoader
Assembly: solution.dll
Syntax
public static class FunctionalityProviderMethods
Methods
Name | Description |
---|---|
TryConnectSubscriber<TProvider>(TProvider, object) | Use pattern matching cast to try converting a given object to IFunctionalitySubscriber>TProvider< If the cast succeeds, set the object's provider property to this object Make sure to use the same generic argument that is used in IFunctionalitySubscriber, not an extension of that type |