Class PackageInstallerProfile
Namespace: RealityCollective.ServiceFramework.Editor.Packages
A package profile defines services and modules that the package has to offer and may be installed to a ServiceProvidersProfile to register those services and modules with the service container.
public class PackageInstallerProfile : BaseProfile
Inheritance
ScriptableObject ← BaseProfile ← PackageInstallerProfile
Inherited Members
Extension Methods
BaseProfileInspectorExtensions.CopySerializedValues(BaseProfile, BaseProfile), BaseProfileInspectorExtensions.CreateNewProfileInstance(BaseProfile, SerializedProperty, Type, bool)
Properties
Configurations
The service and module configurations of the package that may be installed.
public ServiceConfiguration[] Configurations { get; }
Property Value
PlatformEntries
The platforms the package can run on.
public RuntimePlatformEntry PlatformEntries { get; }