PrefabHelperSearchResult
Class in ChivalrousGames.Common
Description
Prefab helper search result. Displayed in the PrefabHelperSearch wizard.
Fields
location | String | The location of found prefab helper instances. |
instances | List<PrefabHelper> | The instances found. |
Constructors
Constructor
public PrefabHelperSearchResult(string location);
Parameters
location | string | Location of found prefab helper instances. |
Return
PrefabHelperSearchResult | A new instance of the PrefabHelperSearchResult class. |
Description
Initializes a new instance of the PrefabHelperSearchResult class.