Class SUHealthBarsManager
Inheritance
SUHealthBarsManager
Assembly: cs.temp.dll.dll
Syntax
public class SUHealthBarsManager : SUCamItemsManager
Properties
I
Declaration
public static SUHealthBarsManager I { get; set; }
Property Value
MainParentName
Declaration
protected override string MainParentName { get; set; }
Property Value
Overrides
SortOrder
Declaration
protected override int SortOrder { get; set; }
Property Value
Overrides
Methods
GetAllByCustomTag(String, Action<SUHealthBarData>)
Get all healthBars with a specific customTag
Declaration
public void GetAllByCustomTag(string customTag, Action<SUHealthBarData> OnHealthBar)
Parameters
MainLoop()
Declaration
public override void MainLoop()
Overrides
StartFollow(SUHealthBarLinkData)
Declaration
public void StartFollow(SUHealthBarLinkData linkData)
Parameters
StartMPRoutine(SUHealthBarLinkData, IEnumerator)
Declaration
public void StartMPRoutine(SUHealthBarLinkData linkData, IEnumerator coroutine)
Parameters
StopFollow(Camera)
Stop and Destroy healthBars of a specific Camera
Declaration
public override void StopFollow(Camera cam)
Parameters
Type |
Name |
Description |
Camera |
cam |
|
Overrides
StopFollow(SUHealthBarData)
Stop and Destroy a specific HealthBar
Declaration
public void StopFollow(SUHealthBarData data)
Parameters
StopFollow(SUHealthBarLinkData)
Stop and Destroy healthBars of a specific SUHealthBarLinkData
Declaration
public void StopFollow(SUHealthBarLinkData data)
Parameters
StopFollow(String)
Stop and Destroy healthBars with a specific customTag
Declaration
public override void StopFollow(string customTag)
Parameters
Type |
Name |
Description |
String |
customTag |
|
Overrides