C# Class PlayerPrefStore, UrsaMajor

Datei anzeigen 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_oe property

public PrefValue initial
return PrefValue

isMarkedForDelete public_oe property

public bool isMarkedForDelete
return bool

name public_oe property

public string name
return string

value public_oe property

public PrefValue value
return PrefValue