GazePointer.FixedUpdate C# (CSharp) Method

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void
    protected void FixedUpdate()
    {
        anchor.localPosition = new Vector3(0, 0, anchorDistance);

        if(interacting) InteractingObject.PhysicsUpdate();
    }
    #endregion