Struct RefBool
Inherited Members
Namespace: LobsterFramework
Assembly: LobsterFramework.dll
Syntax
[Serializable]
public struct RefBool
Constructors
| Improve this Doc View SourceRefBool(bool, bool, VarBool)
Declaration
public RefBool(bool value = false, bool useSharedValue = false, VarBool sharedValue = null)
Parameters
Type | Name | Description |
---|---|---|
bool | value | |
bool | useSharedValue | |
VarBool | sharedValue |
Properties
| Improve this Doc View SourceValue
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
bool |