Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hww authored Oct 28, 2018
1 parent 1018f69 commit 2dfac2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,10 @@ characterVelocityProbe.Log((int)Time.time);
characterVelocityProbe.Log(Time.time > 10f);
// Write vector 2 to probe
characterVelocityProbe.Log(transform.achoredPosition);
characterVelocityProbe.Log(x,y);
// Write vector3 value to probe
characterVelocityProbe.Log(rigidbody.velocity);
characterVelocityProbe.Log(x,y,z);
// Write color value to probe
characterVelocityProbe.Log(text.color);
```
Expand Down

0 comments on commit 2dfac2c

Please sign in to comment.