LandmarksMiniMap..::..Add Method (Vector3, String, Color, Single, String, Boolean, Single, Boolean)
Adds the specified position.
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public void Add( 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.
- connectWithId
- Type: String
Connect with [Id] (can be same name).
- 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.