AddOrUpdateObject
Declaration
public void AddOrUpdateObject(GameObject gameObject, double latitude, double longitude, double altitude, Quaternion rotationXYZToEUN)
Parameters
| Name | Type | Summary |
|---|---|---|
| gameObject | GameObject | The GameObject to add |
| latitude | double | The latitude where the object should be placed |
| longitude | double | The longitude where the object should be place |
| altitude | double | The altitude where the object should be place |
| rotationXYZToEUN | Quaternion | The rotation from object coordinates to world East-Up-North coordinates |