Class MapZoomData
Inheritance
System.Object
MapZoomData
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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Data
Assembly: AltV.Net.Client.dll
Syntax
public class MapZoomData
Constructors
| Improve this Doc View SourceMapZoomData(ICore, UInt32)
Declaration
public MapZoomData(ICore core, uint id)
Parameters
Type | Name | Description |
---|---|---|
ICore | core | |
System.UInt32 | id |
Properties
| Improve this Doc View SourceFScrollSpeed
Declaration
public float FScrollSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FZoomScale
Declaration
public float FZoomScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FZoomSpeed
Declaration
public float FZoomSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VTilesX
Declaration
public float VTilesX { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VTilesY
Declaration
public float VTilesY { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceReset()
Declaration
public void Reset()