Class MarsUserGeoLocations
Asset that contains user created geo locations and default geo locations for us in the GeoLocationModule
Inheritance
MarsUserGeoLocations
Inherited Members
Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
Namespace: UnityEditor.MARS.Data
Syntax
[ScriptableSettingsPath("Assets/MARS/UserSettings")]
[MovedFrom("Unity.MARS")]
public sealed class MarsUserGeoLocations : EditorScriptableSettings<MarsUserGeoLocations>
Properties
UserGeoLocations
Collection of UserGeoLocation
for selection in the GeoLocationModule
Declaration
public UserGeoLocation[] UserGeoLocations { get; }
Property Value
Type | Description |
---|---|
UserGeoLocation[] |