MixedRealityExtensionServiceAttribute.Find(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience function for retrieving the attribute given a certain class type.
public:
static Microsoft::MixedReality::Toolkit::MixedRealityExtensionServiceAttribute ^ Find(Type ^ type);
public static Microsoft.MixedReality.Toolkit.MixedRealityExtensionServiceAttribute Find (Type type);
static member Find : Type -> Microsoft.MixedReality.Toolkit.MixedRealityExtensionServiceAttribute
Public Shared Function Find (type As Type) As MixedRealityExtensionServiceAttribute
Parameters
- type
- Type
Returns
Remarks
This function is only available in a UnityEditor context.