Method ProcessGroupSchema
ProcessGroupSchema(AddressableAssetGroupSchema, AddressableAssetGroup, AddressableAssetsBuildContext)
Called per group per schema to evaluate that schema. This can be an easy entry point for implementing the build aspects surrounding a custom schema. Note, you should not rely on schemas getting called in a specific order.
선언
protected virtual string ProcessGroupSchema(AddressableAssetGroupSchema schema, AddressableAssetGroup assetGroup, AddressableAssetsBuildContext aaContext)
파라미터
타입 | 이름 | 설명 |
---|---|---|
AddressableAssetGroupSchema | schema | The schema to process |
AddressableAssetGroup | assetGroup | The group this schema was pulled from |
AddressableAssetsBuildContext | aaContext | The general Addressables build builderInput |
반환
타입 | 설명 |
---|---|
string |