Search Results for

    Show / Hide Table of Contents

    Class FieldBuildResult

    Inheritance
    object
    FieldBuildResult
    Namespace: Global
    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
    Type Description
    SafeAction<object>

    root

    Declaration
    public GameObject root
    Field Value
    Type Description
    UnityEngine.GameObject

    setValue

    Declaration
    public Action<object> setValue
    Field Value
    Type Description
    System.Action<T><object>
    In This Article
    Back to top Shape of Dreams API Documentation