Show / Hide Table of Contents

Class RangeAroundTransformTileProviderOptions

Inheritance
System.Object
ExtentOptions
RangeAroundTransformTileProviderOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class RangeAroundTransformTileProviderOptions : ExtentOptions, ITileProviderOptions

Fields

disposeBuffer

Declaration
public int disposeBuffer
Field Value
Type Description
System.Int32

targetTransform

Declaration
public Transform targetTransform
Field Value
Type Description
Transform

visibleBuffer

Declaration
public int visibleBuffer
Field Value
Type Description
System.Int32

Methods

SetOptions(ExtentOptions)

Declaration
public override void SetOptions(ExtentOptions extentOptions)
Parameters
Type Name Description
ExtentOptions extentOptions
Overrides
ExtentOptions.SetOptions(ExtentOptions)

SetOptions(Transform, Int32, Int32)

Declaration
public void SetOptions(Transform tgtTransform = null, int visibleRange = 1, int disposeRange = 1)
Parameters
Type Name Description
Transform tgtTransform
System.Int32 visibleRange
System.Int32 disposeRange
Back to top © 2017 Mapbox