Class SharedBlip
Class representing a minimap blip
Inherited Members
Namespace: Slipe.Shared.Radar
Assembly: SlipeShared.dll
Syntax
public class SharedBlip : PhysicalElement
Properties
| Improve this Doc View SourceColor
Gets and sets the color of the blip
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Icon
Gets and sets the icon of the blip
Declaration
public BlipType Icon { get; set; }
Property Value
Type | Description |
---|---|
BlipType |
Ordering
Gets and sets the ordering of the blip, higher values are stacked on top of lower values
Declaration
public int Ordering { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Size
Gets or sets the size of the blip. Default is 2. Maximum is 25
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
VisibleDistance
Gets or sets the distance up to which this blip is visible for visible elements
Declaration
public float VisibleDistance { get; set; }
Property Value
Type | Description |
---|---|
Single |