Search Results for

    Show / Hide Table of Contents

    Interface IPosition

    Represents an object with a UnityEngine.Vector3 position.

    Namespace: Exiled.API.Interfaces
    Assembly: Exiled.API.dll
    Syntax
    public interface IPosition

    Properties

    | Improve this Doc View Source

    Position

    Gets the position of this object.

    Declaration
    Vector3 Position { get; }
    Property Value
    Type Description
    UnityEngine.Vector3

    Extension Methods

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