Constructor TypeOverridesAttribute
TypeOverridesAttribute(bool, bool, bool)
Declaration
public TypeOverridesAttribute(bool hasNoEntityReferences, bool hasNoBlobReferences, bool hasNoUnityObjectReferences = false)
Parameters
Type | Name | Description |
---|---|---|
bool | hasNoEntityReferences | Set to true to ignore entity references in type. |
bool | hasNoBlobReferences | Set to true to ignore blob asset references in type. |
bool | hasNoUnityObjectReferences | Set to true to ignore unity object references in type. |