Class SettingsAssetResolutionTestSettings
A throwaway IFoundationSettings asset type for
SettingsAssetResolutionTests. Lives in its own same-named file so Unity can bind its
script when the tests create it as an asset, and is private to this suite so the by-Id passes it drives
never see another suite's leftovers (the same reason SerenityAssetIdLookupTestSettings gives).
Inheritance
SettingsAssetResolutionTestSettings
Assembly: Serenity.StructuredPersistence.Tests.Editor.dll
Syntax
public class SettingsAssetResolutionTestSettings : ScriptableObject, IFoundationSettings
Constructors
SettingsAssetResolutionTestSettings()
Declaration
public SettingsAssetResolutionTestSettings()
Properties
Guid
Declaration
public string Guid { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Implements