Interface IReferenceContainer
To be used in both ReferenceList
and ReferenceItem
so that their common fields can be enforced
through a common interface.
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public interface IReferenceContainer
Properties
ForAssetReferencingOnly
Toggle this on to ensure that the object ignores all calls for either clearing or reseting its reference(s).
Declaration
bool ForAssetReferencingOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |