GazePointer.FixedUpdate C# (CSharp) Méthode

FixedUpdate() protected méthode

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

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