LandmarkMiniMap Constructor
Initializes a new instance of the MiniMapGenerator..::..LandmarkMiniMap class.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public LandmarkMiniMap( Vector3 position, string id, Color color, float size, string connectWithId, bool filled, float opacity, bool autoResizeIn3DRadar )
Parameters
- position
- Type: robotManager.Helpful..::..Vector3
The position.
- id
- Type: String
The ID (you can use same name several time).
- color
- Type: Color
The color.
- size
- Type: Single
The size.
- filled
- Type: Boolean
if set to true [filled].
- opacity
- Type: Single
The opacity.
- autoResizeIn3DRadar
- Type: Boolean
if set to true automatic resize in 3D radar.