Search Results for

    Show / Hide Table of Contents

    Interface IVirgisEntity

    Abstract parent for all in game entities

    Namespace: Virgis
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IVirgisEntity

    Methods

    ExitEditSession(Boolean)

    Declaration
    void ExitEditSession(bool saved)
    Parameters
    Type Name Description
    Boolean saved

    GetClosest(Vector3, Guid[])

    Declaration
    VirgisFeature GetClosest(Vector3 coords, Guid[] exclude)
    Parameters
    Type Name Description
    Vector3 coords
    Guid[] exclude
    Returns
    Type Description
    VirgisFeature

    GetId()

    Declaration
    Guid GetId()
    Returns
    Type Description
    Guid

    GetMetadata()

    Declaration
    RecordSet GetMetadata()
    Returns
    Type Description
    RecordSet

    MoveAxis(MoveArgs)

    Declaration
    void MoveAxis(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args

    MoveTo(MoveArgs)

    Declaration
    void MoveTo(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args

    Selected(SelectionTypes)

    Declaration
    void Selected(SelectionTypes button)
    Parameters
    Type Name Description
    SelectionTypes button

    StartEditSession()

    Declaration
    void StartEditSession()

    Translate(MoveArgs)

    Declaration
    void Translate(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args

    UnSelected(SelectionTypes)

    Declaration
    void UnSelected(SelectionTypes button)
    Parameters
    Type Name Description
    SelectionTypes button

    VertexMove(MoveArgs)

    Declaration
    void VertexMove(MoveArgs args)
    Parameters
    Type Name Description
    MoveArgs args
    In This Article
    Back to top ViRGIS VR GIS