Skip to main content

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 ← BaseProfilePackageInstallerProfile

Inherited Members

BaseProfile.ParentProfile

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

ServiceConfiguration[]

PlatformEntries

The platforms the package can run on.

public RuntimePlatformEntry PlatformEntries { get; }

Property Value

RuntimePlatformEntry