C# Class SettingValue, DefendAman

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public int movementType
return int

setting public_oe static_oe property

public static SettingValue, setting
return SettingValue,

volume public_oe property

public float volume
return float