Skip to main content

Class SceneServiceProvidersProfile

Namespace: RealityCollective.ServiceFramework.Definitions

Scene base service configuration profile, for loading services only for a specific scene.

public class SceneServiceProvidersProfile : BaseServiceProfile<IService>, IServiceProfile<IService>

Inheritance

ScriptableObject ← BaseProfileBaseServiceProfile<IService>SceneServiceProvidersProfile

Implements

IServiceProfile<IService>

Inherited Members

BaseServiceProfile<IService>.ServiceConfigurations, BaseServiceProfile<IService>.AddConfiguration(IServiceConfiguration<IService>), BaseProfile.ParentProfile

Extension Methods

BaseProfileInspectorExtensions.CopySerializedValues(BaseProfile, BaseProfile), BaseProfileInspectorExtensions.CreateNewProfileInstance(BaseProfile, SerializedProperty, Type, bool), ValidateConfiguration.ValidateService<IService>(BaseServiceProfile<IService>, Type[], IServiceConfiguration<IService>[], bool)

Properties

SceneName

The selected scene name to load the services for.

public string SceneName { get; }

Property Value

string