Search Results for

    Show / Hide Table of Contents

    Interface IWrapper<T>

    Defines the contract for classes that wrap a base-game object.

    Namespace: Exiled.API.Interfaces
    Assembly: Exiled.API.dll
    Syntax
    public interface IWrapper<T>
    
        where T : MonoBehaviour
    Type Parameters
    Name Description
    T

    The base-game class that is being wrapped.

    Properties

    | Improve this Doc View Source

    Base

    Gets the base T that this class is wrapping.

    Declaration
    T Base { get; }
    Property Value
    Type Description
    T

    Extension Methods

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