Show / Hide Table of Contents

    Class SteamVR_HistoryStep

    Inheritance
    System.Object
    SteamVR_HistoryStep
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class SteamVR_HistoryStep

    Fields

    angularVelocity

    Declaration
    public Vector3 angularVelocity
    Field Value
    Type Description
    UnityEngine.Vector3

    position

    Declaration
    public Vector3 position
    Field Value
    Type Description
    UnityEngine.Vector3

    rotation

    Declaration
    public Quaternion rotation
    Field Value
    Type Description
    UnityEngine.Quaternion

    timeInTicks

    Declaration
    public long timeInTicks
    Field Value
    Type Description
    System.Int64

    velocity

    Declaration
    public Vector3 velocity
    Field Value
    Type Description
    UnityEngine.Vector3
    In This Article
    • Fields
      • angularVelocity
      • position
      • rotation
      • timeInTicks
      • velocity
    Back to top Copyright (c) Valve Corporation, All rights reserved.