Class FieldBuildResult
Inheritance
object
FieldBuildResult
Assembly: Dew.Core.dll
Syntax
public class FieldBuildResult
Fields
getValue
Declaration
public Func<object> getValue
Field Value
| Type |
Description |
| System.Func<TResult><object> |
|
onChanged
Notification sent from created field widgets when a change is done on UI-side.
Declaration
public SafeAction<object> onChanged
Field Value
root
Declaration
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
setValue
Declaration
public Action<object> setValue
Field Value
| Type |
Description |
| System.Action<T><object> |
|