Nice Vibrations  v3.9
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
MoreMountains.NiceVibrations.PowerBarElement Class Reference
Inheritance diagram for MoreMountains.NiceVibrations.PowerBarElement:

Public Member Functions

virtual void SetActive (bool status)
 

Public Attributes

float BumpDuration = 0.15f
 
Color NormalColor
 
Color InactiveColor
 
AnimationCurve Curve
 

Protected Member Functions

virtual void Awake ()
 
virtual void Update ()
 
virtual IEnumerator ColorBump ()
 

Protected Attributes

Image _image
 
float _bumpDuration = 0f
 
bool _active = false
 
bool _activeLastFrame = false
 

Member Function Documentation

◆ Awake()

virtual void MoreMountains.NiceVibrations.PowerBarElement.Awake ( )
protectedvirtual

◆ ColorBump()

virtual IEnumerator MoreMountains.NiceVibrations.PowerBarElement.ColorBump ( )
protectedvirtual

◆ SetActive()

virtual void MoreMountains.NiceVibrations.PowerBarElement.SetActive ( bool  status)
virtual

◆ Update()

virtual void MoreMountains.NiceVibrations.PowerBarElement.Update ( )
protectedvirtual

Member Data Documentation

◆ _active

bool MoreMountains.NiceVibrations.PowerBarElement._active = false
protected

◆ _activeLastFrame

bool MoreMountains.NiceVibrations.PowerBarElement._activeLastFrame = false
protected

◆ _bumpDuration

float MoreMountains.NiceVibrations.PowerBarElement._bumpDuration = 0f
protected

◆ _image

Image MoreMountains.NiceVibrations.PowerBarElement._image
protected

◆ BumpDuration

float MoreMountains.NiceVibrations.PowerBarElement.BumpDuration = 0.15f

◆ Curve

AnimationCurve MoreMountains.NiceVibrations.PowerBarElement.Curve

◆ InactiveColor

Color MoreMountains.NiceVibrations.PowerBarElement.InactiveColor

◆ NormalColor

Color MoreMountains.NiceVibrations.PowerBarElement.NormalColor

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