Search Results for

    Show / Hide Table of Contents

    Interface IRotation

    Represents an object with a UnityEngine.Quaternion rotation.

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

    Properties

    | Improve this Doc View Source

    Rotation

    Gets the rotation of this object.

    Declaration
    Quaternion Rotation { get; }
    Property Value
    Type Description
    UnityEngine.Quaternion

    Extension Methods

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