-
Notifications
You must be signed in to change notification settings - Fork 1
Location (Unity API)
Erik Loyer edited this page Jun 30, 2018
·
3 revisions
The Location object represents a geographical location in a Score.
Property | Type | Description |
---|---|---|
data | XMLElement | The XML data used to create the location. |
id | string | The unique id of the location. |
latitude | float | The decimal latitude of the location. |
longitude | float | The decimal longitude of the location. |
name | string | The name of the location. |
parentScore | Score | The Score that contains this location. |
Creates a new Location from the given Stepwise XML, owned by the given Score.