Struct Serializer.TargetScope
Temporarily assigns target so serialization warnings can be logged against a specific Unity object.
public struct Serializer.TargetScope : IDisposable
- Implements
- Inherited Members
Constructors
- TargetScope(Object)
Sets the temporary logging target used by this serializer.
Methods
- Dispose()
Clears the temporary logging target when the scope ends.