TrySetValueWithoutNotify
TrySetValueWithoutNotify<T>(ref T)
Description
Set value without notification
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Data type |
Parameters
Parameter Name | Description |
---|---|
value | Value to set |
Returns
Returns true if it can be set. Otherwise returns false.