Search Results for

    Show / Hide Table of Contents

    Interface ISpatial

    An object with position and rotation information.

    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public interface ISpatial

    Properties

    | Improve this Doc View Source

    Position

    Declaration
    Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3
    | Improve this Doc View Source

    Rotation

    Declaration
    Vector3 Rotation { get; set; }
    Property Value
    Type Description
    Vector3
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX