Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
RadialProgressBar Class Reference

Protected Member Functions

void RadialProgressBar ()
void ~RadialProgressBar ()
void SetProgress (float progress)
void Update (float tDelta)
void UpdateChild (Widget child, int index)
void OnWidgetScriptInit (Widget w)

Protected Attributes

string m_BarHider
string m_BarPart
Widget m_Root
ref AnimatorTimer m_Anim
float x
float y
float z
float rotation = 0
int stage = 0

Detailed Description

Definition at line 2 of file radialprogressbar.c.

Constructor & Destructor Documentation

◆ RadialProgressBar()

void RadialProgressBar::RadialProgressBar ( )
protected

Definition at line 16 of file radialprogressbar.c.

◆ ~RadialProgressBar()

void RadialProgressBar::~RadialProgressBar ( )
protected

Definition at line 23 of file radialprogressbar.c.

Member Function Documentation

◆ OnWidgetScriptInit()

void RadialProgressBar::OnWidgetScriptInit ( Widget w)
protected

Definition at line 98 of file radialprogressbar.c.

◆ SetProgress()

void RadialProgressBar::SetProgress ( float progress)
protected

Definition at line 28 of file radialprogressbar.c.

◆ Update()

void RadialProgressBar::Update ( float tDelta)
protected

Definition at line 38 of file radialprogressbar.c.

◆ UpdateChild()

void RadialProgressBar::UpdateChild ( Widget child,
int index )
protected

Definition at line 53 of file radialprogressbar.c.

Member Data Documentation

◆ m_Anim

ref AnimatorTimer RadialProgressBar::m_Anim
protected

Definition at line 10 of file radialprogressbar.c.

◆ m_BarHider

string RadialProgressBar::m_BarHider
protected

Definition at line 7 of file radialprogressbar.c.

◆ m_BarPart

string RadialProgressBar::m_BarPart
protected

Definition at line 8 of file radialprogressbar.c.

◆ m_Root

Widget RadialProgressBar::m_Root
protected

Definition at line 9 of file radialprogressbar.c.

◆ rotation

float RadialProgressBar::rotation = 0
protected

Definition at line 12 of file radialprogressbar.c.

◆ stage

int RadialProgressBar::stage = 0
protected

Definition at line 13 of file radialprogressbar.c.

◆ x

float RadialProgressBar::x
protected

Definition at line 11 of file radialprogressbar.c.

◆ y

float RadialProgressBar::y
protected

Definition at line 11 of file radialprogressbar.c.

◆ z

float RadialProgressBar::z
protected

Definition at line 11 of file radialprogressbar.c.


The documentation for this class was generated from the following file: