GeographicApi (Class)

Namespace: Wrld.Space

Methods

void RegisterGeographicTransform (GeographicTransform geographicTransform)

Register a GeographicTransform object to have its position updated by the API. This object should be a child of your WRLDMap object. If the object is not a child of your WRLDMap object, this function will re-parent the object, along with any pre-existing parents.

Argument Type Description
geographicTransform GeographicTransform The GeographicTransform object to register and start updating.

void UnregisterGeographicTransform (GeographicTransform geographicTransform)

Unregister a GeographicTransform and stop updating its position.

Argument Type Description
geographicTransform GeographicTransform The GeographicTransform object to stop updating.
v0.8.17