Search Results for

    Show / Hide Table of Contents

    Interface ICameraEvent

    Event args used for all Camera related events.

    Namespace: Exiled.Events.EventArgs.Interfaces
    Assembly: Exiled.Events.dll
    Syntax
    public interface ICameraEvent : IExiledEvent

    Properties

    | Improve this Doc View Source

    Camera

    Gets or sets the Camera triggering the event.

    Declaration
    Camera Camera { get; set; }
    Property Value
    Type Description
    Camera

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX