GazePointer.FixedUpdate C# (CSharp) 메소드

FixedUpdate() 보호된 메소드

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

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