Class ProfileDataSourceSettings
Scriptable Object that holds data source setting information for the profile data source dropdown window
Implements
ISerializationCallbackReceiver
Inherited Members
Object.GetEntityId()
Object.MemberwiseClone()
Object.GetInstanceID()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.FindObjectsByType<T>()
Object.FindObjectsByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: UnityEditor.AddressableAssets.Settings
Assembly: Unity.Addressables.Editor.dll
Syntax
[AddressablesHelpURL("AddressablesCCD.html")]
public class ProfileDataSourceSettings : ScriptableObject, ISerializationCallbackReceiver
Fields
| Name | Description |
|---|---|
| profileGroupTypes | Group types that exist within the settings object |
Methods
| Name | Description |
|---|---|
| Create(string, string) | Creates, if needed, and returns the profile data source settings for the project |
| CreateDefaultGroupTypes() | Creates a list of default group types that are automatically added on ProfileDataSourceSettings object creation |
| FindGroupType(ProfileGroupType) | Given a valid profileGroupType, searches the settings and returns, if exists, the profile group type |
| GetGroupTypesByPrefix(string) | Retrieves a list of ProfileGroupType that matches the given prefix |
| GetSettings(string, string) | Gets the profile data source settings for the project |