[]
Helper method which can be used in setter of property with type ScriptValue.
Assigns properties of value
to the current object
resets this object if value
is null.
Returns true if this object was actually changed.
public bool SetProp(ScriptValue<T> value)
Type | Name | Description |
---|---|---|
ScriptValue<T> | value |
Type | Description |
---|---|
bool |