Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 588 Bytes

LoadSettingJsonStorage.md

File metadata and controls

19 lines (13 loc) · 588 Bytes

IPublicAPI.LoadSettingJsonStorage<T> method

Load JsonStorage for current plugin's setting. This is the method used to load settings from json in Flow. When the file is not exist, it will create a new instance for the specific type.

public T LoadSettingJsonStorage<T>()
    where T : new()
parameter description
T Type for deserialization

See Also