Class CustomTiledDataProviderAsset
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
[PreferBinarySerialization]
[CreateAssetMenu(menuName = "Vista/Data Provider (Custom Tile Based)")]
[HelpURL("https://docs.google.com/document/d/1zRDVjqaGY2kh4VXFut91oiyVCUex0OV5lTUzzCSwxcY/edit#heading=h.hnvzbw82mxif")]
public class CustomTiledDataProviderAsset : DataProviderAsset
- Inheritance
-
ObjectScriptableObjectCustomTiledDataProviderAsset
- Inherited Members
-
ScriptableObject.SetDirty()ScriptableObject.CreateInstance<T>()Object.GetInstanceID()Object.GetHashCode()Object.Instantiate(Object, Vector3, Quaternion)Object.Instantiate(Object, Vector3, Quaternion, Transform)Object.Instantiate(Object)Object.Instantiate(Object, Transform)Object.Instantiate<T>(T)Object.Instantiate<T>(T, Vector3, Quaternion)Object.Instantiate<T>(T, Vector3, Quaternion, Transform)Object.Instantiate<T>(T, Transform)Object.Destroy(Object)Object.DestroyImmediate(Object)Object.DontDestroyOnLoad(Object)Object.DestroyObject(Object)Object.FindObjectsOfType<T>()Object.FindObjectsByType<T>(FindObjectsSortMode)Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)Object.FindObjectOfType<T>()Object.FindFirstObjectByType<T>()Object.FindAnyObjectByType<T>()Object.FindFirstObjectByType<T>(FindObjectsInactive)Object.FindAnyObjectByType<T>(FindObjectsInactive)Object.ToString()Object.nameObject.hideFlags
Properties
- apiKeyAsset
Optional text asset whose contents are forwarded to the provider as its API key.
- maxHeight
Maximum height reported by this provider asset.
- minHeight
Minimum height reported by this provider asset.
- provider
Provider instance used to fulfill requests from this asset.
Methods
- RequestColorMap(GeoRect)
Starts a color-map request through the wrapped custom tiled provider.
- Reset()
Restores the default base-asset settings and creates a fresh custom tiled provider instance.