MixedRealityProfileUtility.GetProfilesOfType(Type) Method

Definition

Returns an array of profiles that match profile type.

public:
 static cli::array <UnityEngine::ScriptableObject ^> ^ GetProfilesOfType(Type ^ profileType);
public static UnityEngine.ScriptableObject[] GetProfilesOfType (Type profileType);
static member GetProfilesOfType : Type -> UnityEngine.ScriptableObject[]
Public Shared Function GetProfilesOfType (profileType As Type) As ScriptableObject()

Parameters

profileType
Type

Returns

UnityEngine.ScriptableObject[]

Applies to