Skip to content

Commit

Permalink
Added getter for laser id
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Allden authored and Tobias Allden committed May 15, 2017
1 parent aa9fbad commit d5f58a5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ public Vector3 GetWorldCoordinate()
return this.globalWorldCoordinate;
}

public int GetLaserId()
{
return this.laserId;
}



/// <summary>
Expand Down

0 comments on commit d5f58a5

Please sign in to comment.