Search Results for

    Show / Hide Table of Contents

    Struct MoveArgs

    Structure used to hold the details of a generic move request sent to a target enitity

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Virgis
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MoveArgs

    Fields

    id

    Declaration
    public Guid id
    Field Value
    Type Description
    Guid

    oldPos

    Declaration
    public Vector3 oldPos
    Field Value
    Type Description
    Vector3

    pos

    Declaration
    public Vector3 pos
    Field Value
    Type Description
    Vector3

    rotate

    Declaration
    public Quaternion rotate
    Field Value
    Type Description
    Quaternion

    scale

    Declaration
    public float scale
    Field Value
    Type Description
    Single

    translate

    Declaration
    public Vector3 translate
    Field Value
    Type Description
    Vector3
    In This Article
    Back to top ViRGIS VR GIS