logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GameCameraInstaller

    Abstract base class for installing the game camera service.

    Inheritance
    object
    GameCameraInstaller
    Implements
    IInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameCamera.Installation.Installers
    Assembly: Serenity.GameCamera.Installation.dll
    Syntax
    public abstract class GameCameraInstaller : IInstaller

    Constructors

    GameCameraInstaller()

    Declaration
    protected GameCameraInstaller()

    Fields

    _service

    Declaration
    protected IGameCameraService _service
    Field Value
    Type Description
    IGameCameraService

    The installed game camera service instance.

    Methods

    GetService()

    Gets the installed game camera service.

    Declaration
    public IGameCameraService GetService()
    Returns
    Type Description
    IGameCameraService

    The game camera service.

    Install(ILogService)

    Installs the game camera service with required dependencies.

    Declaration
    public abstract void Install(ILogService logService)
    Parameters
    Type Name Description
    ILogService logService

    The logging service.

    Implements

    IInstaller
    In this article
    © 2026 Serenity. All Rights Reserved