C# Class LifeBar, Unity-ITGHD

Inheritance: MonoBehaviour
ファイルを表示 Open project: BenouKat/Unity-ITGHD Class Usage Examples

Public Properties

Property Type Description
Ring GameObject
baseScale Vector3[]
colorDanger Color
colorMax Color
colorNormal Color
colorOutlineDanger Color
lifeHUD UISprite,
lifeInfo UILabel,
lifebar GameObject[]
limit float
lowBrillance float
matLifeBar Material
maxBrillance float
psLifeUp ParticleSystem
psLowLife ParticleSystem
psMaxLife ParticleSystem
speedBrillance float
speedClignDanger float
speedTurn float
speedTurnMax float
thelerp float

Public Methods

Method Description
ChangeBar ( float newlife ) : void
FixedUpdate ( ) : void
Start ( ) : void
disableLifeBar ( ) : void

Method Details

ChangeBar() public method

public ChangeBar ( float newlife ) : void
newlife float
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

disableLifeBar() public method

public disableLifeBar ( ) : void
return void

Property Details

Ring public_oe property

public GameObject Ring
return GameObject

baseScale public_oe property

public Vector3[] baseScale
return Vector3[]

colorDanger public_oe property

public Color colorDanger
return Color

colorMax public_oe property

public Color colorMax
return Color

colorNormal public_oe property

public Color colorNormal
return Color

colorOutlineDanger public_oe property

public Color colorOutlineDanger
return Color

lifeHUD public_oe property

public UISprite, lifeHUD
return UISprite,

lifeInfo public_oe property

public UILabel, lifeInfo
return UILabel,

lifebar public_oe property

public GameObject[] lifebar
return GameObject[]

limit public_oe property

public float limit
return float

lowBrillance public_oe property

public float lowBrillance
return float

matLifeBar public_oe property

public Material matLifeBar
return Material

maxBrillance public_oe property

public float maxBrillance
return float

psLifeUp public_oe property

public ParticleSystem psLifeUp
return ParticleSystem

psLowLife public_oe property

public ParticleSystem psLowLife
return ParticleSystem

psMaxLife public_oe property

public ParticleSystem psMaxLife
return ParticleSystem

speedBrillance public_oe property

public float speedBrillance
return float

speedClignDanger public_oe property

public float speedClignDanger
return float

speedTurn public_oe property

public float speedTurn
return float

speedTurnMax public_oe property

public float speedTurnMax
return float

thelerp public_oe property

public float thelerp
return float