Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IContentValidator.cs
Go to the documentation of this file.
1
namespace
ReLogic.Content
;
2
3
public
interface
IContentValidator
4
{
5
bool
AssetIsValid<T>
(T content,
string
contentPath, out
IRejectionReason
rejectionReason) where T :
class
;
6
}
ReLogic.Content.IContentValidator.AssetIsValid< T >
bool AssetIsValid< T >(T content, string contentPath, out IRejectionReason rejectionReason)
ReLogic.Content.IContentValidator
Definition
IContentValidator.cs:4
ReLogic.Content.IRejectionReason
Definition
IRejectionReason.cs:4
ReLogic.Content
Definition
IAssetReader.cs:5
source
ReLogic
ReLogic.Content
IContentValidator.cs
Generated by
1.10.0