C# Class UnityEditorInternal.ProvisioningProfileGUI

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Methods

Method Description
Browse ( string path ) : ProvisioningProfile
GetBoolForAutomaticSigningValue ( int signingValue ) : bool
GetDefaultAutomaticSigningValue ( UnityEditor.SerializedProperty prop, string editorPropKey ) : int
GetDefaultStringValue ( UnityEditor.SerializedProperty prop, string editorPrefKey ) : string
GetIntValueForAutomaticSigningBool ( bool automaticallySign ) : int
GetProvisioningProfileId ( string filePath, ProvisioningProfile &provisioningProfile ) : bool
ShowProvisioningProfileUIWithCallback ( GUIContent titleWithToolTip, ProvisioningProfile profile, ProvisioningProfileChangedDelegate callback ) : void
ShowProvisioningProfileUIWithDefaults ( string defaultPreferenceKey, UnityEditor.SerializedProperty uuidProp, GUIContent title ) : void
ShowProvisioningProfileUIWithProperty ( GUIContent titleWithToolTip, ProvisioningProfile profile, UnityEditor.SerializedProperty prop ) : void
ShowUIWithDefaults ( string provisioningPrefKey, UnityEditor.SerializedProperty enableAutomaticSigningProp, GUIContent automaticSigningGUI, UnityEditor.SerializedProperty manualSigningIDProp, GUIContent manualSigningProfileGUI, UnityEditor.SerializedProperty appleDevIDProp, GUIContent teamIDGUIContent ) : void