Description
Used to hold data about a point of interest (POI) and provide a common interface.
Interface
Inherits
Properties
Public Methods
Name | Parameters | Return Type | Description |
---|
POIService | IPOI data | POIService | A constructor to setup a POIService. |
GetTypeValue | N/A | int | Returns the type of POI. |
GetPosition | N/A | Transform | Returns the transform which is used to denote the position of the POI. |
SetPosition | Transform position | void | Updates the POI transforum used to denote the position of the POI. |
SetType | int type | void | Used to set the type of the POI. |