C# Class SettingValue, DefendAman

Inheritance: MonoBehaviour
Show file Open project: CarsonRoscoe/DefendAman Class Usage Examples

Public Properties

Property Type Description
movementType int
setting SettingValue,
volume float

Public Methods

Method Description
Load ( ) : void
Save ( ) : void

Private Methods

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

Method Details

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

movementType public property

public int movementType
return int

setting public static property

public static SettingValue, setting
return SettingValue,

volume public property

public float volume
return float