Infohazard.Core 1.4.1
Infohazard Core Utility Library
Loading...
Searching...
No Matches
Infohazard.Core.SingletonAssetBase Class Reference

Base class of SingletonAsset<T>. For internal use only. More...

Properties

abstract string ResourceFolderPath [get]
 Return the path at which the Resources folder containing this asset lives. More...
 
abstract string ResourcePath [get]
 Returns the path of this asset relative to its Resources folder. More...
 

Detailed Description

Base class of SingletonAsset<T>. For internal use only.

Property Documentation

◆ ResourceFolderPath

abstract string Infohazard.Core.SingletonAssetBase.ResourceFolderPath
get

Return the path at which the Resources folder containing this asset lives.

public override string ResourceFolderPath => "Infohazard.Core.Data/Resources";
abstract string ResourceFolderPath
Return the path at which the Resources folder containing this asset lives.
Definition: SingletonAsset.cs:25

◆ ResourcePath

abstract string Infohazard.Core.SingletonAssetBase.ResourcePath
get

Returns the path of this asset relative to its Resources folder.


The documentation for this class was generated from the following file: