Class MinimapInfo
Inheritance
System.Object
MinimapInfo
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: Oasys.Common.GameInstances
Assembly: Oasys.Common.dll
Syntax
public class MinimapInfo
Properties
IsOnTheLeftSide
Checks whether if the minimap is on the left side of the screen.
Declaration
public bool IsOnTheLeftSide { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisible
Checks whether if the minimap is visible.
Declaration
public bool IsVisible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimapMaxSizeable
Gets the minimap max sizeable vector2.
Declaration
public Vector2 MinimapMaxSizeable { get; }
Property Value
Type | Description |
---|---|
SharpDX.Vector2 |
MinimapScreenPosition
Gets the minimap vector2 position on the screen.
Declaration
public Vector2 MinimapScreenPosition { get; }
Property Value
Type | Description |
---|---|
SharpDX.Vector2 |
MinimapScreenSize
Gets the minimap vector2 size on the screen.
Declaration
public Vector2 MinimapScreenSize { get; }
Property Value
Type | Description |
---|---|
SharpDX.Vector2 |