TrySetValueWithoutNotify

TrySetValueWithoutNotify<T>(ref T)

public bool TrySetValueWithoutNotify<T>(ref T value) ;

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.