Set()
Function informationΒΆ
function State:Set(value: any)
Sets the value of the state with value
, and then fires all callbacks connected to State.OnChanged
.
function State:Set(value: any)
Sets the value of the state with value
, and then fires all callbacks connected to State.OnChanged
.