C# Class PulseButton, kaijurising

Inheritance: MonoBehaviour
显示文件 Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
specialReady bool
timeScaleAmount float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void
changeSize ( ) : void
getScale ( ) : void
pulse ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

changeSize() public method

public changeSize ( ) : void
return void

getScale() public method

public getScale ( ) : void
return void

pulse() public method

public pulse ( ) : void
return void

Property Details

specialReady public_oe property

public bool specialReady
return bool

timeScaleAmount public_oe property

public float timeScaleAmount
return float