C# Class VolumeBar, Hellbound

Inheritance: MonoBehaviour
Exibir arquivo Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
VolumeName string
number float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void
onChange ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

onChange() public method

public onChange ( ) : void
return void

Property Details

VolumeName public_oe property

public string VolumeName
return string

number public_oe property

public float number
return float