Class AddressableAssetGroupSchema
Contains data for AddressableAssetGroups.
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Settings
어셈블리: solution.dll
구문
public class AddressableAssetGroupSchema : ScriptableObject
프로퍼티
이름 | 설명 |
---|---|
Group | Get the group that the schema belongs to. |
메서드
이름 | 설명 |
---|---|
OnGUI() | Used to display the GUI of the schema. |
OnGUIMultiple(List<AddressableAssetGroupSchema>) | Used to display the GUI of multiple selected groups. |
OnSetGroup(AddressableAssetGroup) | Override this method to perform post creation initialization. |
SetDirty(bool) | Used to notify the addressables settings that data has been modified. This must be called by subclasses to ensure proper cache invalidation. |
ShowAllProperties() | Used for drawing properties in the inspector. |
ShowMixedValue(SerializedProperty, List<AddressableAssetGroupSchema>, Type, string) | Display mixed values for the specified property found in a list of schemas. |