Editar

Compartilhar via


MixedRealityProfileUtility.GetProfilePopupOptionsByType(Type) Method

Definition

Returns an array of GUIContent for use in a dropdown for a type of profile. Includes a (None) option at the start. This means that the array length will always be 1 greater than the available profiles.

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

Parameters

profileType
Type

Returns

UnityEngine.GUIContent[]

Applies to