Class AddressableAssetGroupSchemaSet
Collection of AddressableAssetGroupSchema objects
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Settings
어셈블리: solution.dll
구문
[Serializable]
public class AddressableAssetGroupSchemaSet
프로퍼티
이름 | 설명 |
---|---|
Schemas | List of schemas for this group. |
Types | Get the list of schema types. |
메서드
이름 | 설명 |
---|---|
AddSchema(Type, Func<Type, string>) | Creates and adds a schema of a given type to this group. The schema asset will be created in the GroupSchemas directory relative to the settings asset. |
AddSchema(AddressableAssetGroupSchema, Func<Type, string>) | Adds a copy of the provided schema object. |
ClearSchemas(bool) | Removes all schemas and optionally deletes the assets associated with them. |
GetSchema(Type) | Gets an added schema of the specified type. |
RemoveSchema(Type) | Remove a given schema from this group. |