 | ComponentDataSynchronizer<TComponent, TData>.SetComponentValue Method |
Sets a new data value on the target component.
Namespace:
Slash.Unity.DataBind.Foundation.Synchronizers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected override void SetComponentValue(
Object newContextValue
)
Protected Overrides Sub SetComponentValue (
newContextValue As Object
)
protected:
virtual void SetComponentValue(
Object^ newContextValue
) override
abstract SetComponentValue :
newContextValue : Object -> unit
override SetComponentValue :
newContextValue : Object -> unit
Parameters
- newContextValue
- Type: System.Object
Data value to set.
See Also