Class AssetPathAttribute
- Namespace
- Glitch9
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class AssetPathAttribute : Attribute
- Inheritance
-
AssetPathAttribute
- Inherited Members
- Extension Methods
Constructors
AssetPathAttribute(string)
public AssetPathAttribute(string path)
Parameters
path
string
Properties
Path
public string Path { get; }