C# Class PlayerPrefStore, UrsaMajor

Show file Open project: BJarv/UrsaMajor Class Usage Examples

Public Properties

Property Type Description
initial PrefValue
isMarkedForDelete bool
name string
value PrefValue

Public Methods

Method Description
PlayerPrefStore ( string name, string prefType, string valueTxt )
Reset ( ) : void
Save ( ) : void

Method Details

PlayerPrefStore() public method

public PlayerPrefStore ( string name, string prefType, string valueTxt )
name string
prefType string
valueTxt string

Reset() public method

public Reset ( ) : void
return void

Save() public method

public Save ( ) : void
return void

Property Details

initial public property

public PrefValue initial
return PrefValue

isMarkedForDelete public property

public bool isMarkedForDelete
return bool

name public property

public string name
return string

value public property

public PrefValue value
return PrefValue