 | Locker Class |
Class used to allow multiple objects to lock or unlock functionality of another item.
e.g. Make a button not interactible until a number of other objects say it's ok.
Inheritance Hierarchy
Namespace:
DustProductions.Core
Assembly:
DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxThe Locker type exposes the following members.
Constructors
| Name | Description |
---|
 | Locker | Initializes a new instance of the Locker class |
Top
Properties
| Name | Description |
---|
 | IsLocked |
True if there currently items preventing this item from being unlocked
|
Top
Methods
| Name | Description |
---|
 | Lock |
Use this to lock the item in code.
|
 | Unlock |
Use this to unlock the item in code.
|
Top
See Also