mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
Add Attribute property to processors
This commit is contained in:
parent
8f6af257c0
commit
ae03a2ceda
@ -19,5 +19,7 @@ namespace TriInspector
|
||||
public abstract class TriPropertyDisableProcessor<TAttribute> : TriPropertyDisableProcessor
|
||||
where TAttribute : DisableBaseAttribute
|
||||
{
|
||||
[PublicAPI]
|
||||
public TAttribute Attribute => (TAttribute) RawAttribute;
|
||||
}
|
||||
}
|
@ -19,5 +19,7 @@ namespace TriInspector
|
||||
public abstract class TriPropertyHideProcessor<TAttribute> : TriPropertyHideProcessor
|
||||
where TAttribute : HideBaseAttribute
|
||||
{
|
||||
[PublicAPI]
|
||||
public TAttribute Attribute => (TAttribute) RawAttribute;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user