Struct DataStore.FloatDataEntry
Namespace: NoSuchStudio.DataStorage
Assembly: NoSuchStudio-DataStorage.dll
Syntax
[Serializable]
public struct FloatDataEntry
Constructors
FloatDataEntry(String, Single, Boolean, Boolean)
Declaration
public FloatDataEntry(string n, float v, bool syncPrefs, bool syncVariables)
Parameters
| Type | Name | Description |
|---|---|---|
| String | n | |
| Single | v | |
| Boolean | syncPrefs | |
| Boolean | syncVariables |
Fields
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
syncPrefs
Declaration
public bool syncPrefs
Field Value
| Type | Description |
|---|---|
| Boolean |
syncVariables
Declaration
public bool syncVariables
Field Value
| Type | Description |
|---|---|
| Boolean |
value
Declaration
public float value
Field Value
| Type | Description |
|---|---|
| Single |