C# Class getRelax

Inheritance: MonoBehaviour
显示文件 Open project: Aerolith-Studios/White-Collar

Public Properties

Property Type Description
_Gm GameObject

Public Methods

Method Description
RaiseRelax ( ) : void
ReduceRelax ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

RaiseRelax() public method

public RaiseRelax ( ) : void
return void

ReduceRelax() public method

public ReduceRelax ( ) : void
return void

Property Details

_Gm public_oe property

public GameObject _Gm
return GameObject