Barotrauma Client Doc
Barotrauma.Items.Components.SonarBlip Class Reference

Public Member Functions

 SonarBlip (Vector2 pos, float fadeTimer, float scale, Sonar.BlipType blipType=Sonar.BlipType.Default)
 

Public Attributes

float FadeTimer
 
Vector2 Position
 
float Scale
 
Vector2 Velocity
 
float? Rotation
 
Vector2 Size
 
Sonar.BlipType BlipType
 
float Alpha = 1.0f
 

Detailed Description

Constructor & Destructor Documentation

◆ SonarBlip()

Barotrauma.Items.Components.SonarBlip.SonarBlip ( Vector2  pos,
float  fadeTimer,
float  scale,
Sonar.BlipType  blipType = Sonar.BlipType.Default 
)

Member Data Documentation

◆ Alpha

float Barotrauma.Items.Components.SonarBlip.Alpha = 1.0f

◆ BlipType

Sonar.BlipType Barotrauma.Items.Components.SonarBlip.BlipType

◆ FadeTimer

float Barotrauma.Items.Components.SonarBlip.FadeTimer

◆ Position

Vector2 Barotrauma.Items.Components.SonarBlip.Position

◆ Rotation

float? Barotrauma.Items.Components.SonarBlip.Rotation

◆ Scale

float Barotrauma.Items.Components.SonarBlip.Scale

◆ Size

Vector2 Barotrauma.Items.Components.SonarBlip.Size

◆ Velocity

Vector2 Barotrauma.Items.Components.SonarBlip.Velocity