Prefab Drawer API Documentation
C#
Show/Hide TOC
Monitored
Array
T
Sync
Root Property
Gets an object that can be used to synchronize access to the
ICollection
.
Definition
Namespace:
NorthLab.PrefabDrawer
Assembly:
NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
Copy
public
Object
SyncRoot
{
get
; }
Return Value
Object
An object that can be used to synchronize access to the
ICollection
.
Implements
ICollection
SyncRoot
See Also
Reference
MonitoredArray
T
Class
NorthLab.PrefabDrawer Namespace
In This Article
Definition
Return Value
Implements
See Also