Search Results for

    Show / Hide Table of Contents

    Struct CoopProp

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: RageCoop.Client
    Assembly: RageCoop.Client.dll
    Syntax
    public struct CoopProp

    Properties

    Dynamic

    Declaration
    public bool Dynamic { get; set; }
    Property Value
    Type Description
    Boolean

    Hash

    Declaration
    public int Hash { get; set; }
    Property Value
    Type Description
    Int32

    Position

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    GTA.Math.Vector3

    Rotation

    Declaration
    public Vector3 Rotation { get; set; }
    Property Value
    Type Description
    GTA.Math.Vector3

    Texture

    Declaration
    public int Texture { get; set; }
    Property Value
    Type Description
    Int32
    In This Article
    Back to top Generated by DocFX