Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Interface IViewDataReceiver

    Reciever of view data of given type

    Namespace: Fwt.Core.UI
    Assembly: fwt.core.dll
    Syntax
    public interface IViewDataReceiver

    Properties

    MessageName

    Declaration
    string MessageName { get; }
    Property Value
    Type Description
    string

    Methods

    SendMessage(string, object, SendMessageOptions)

    Declaration
    void SendMessage(string methodName, object value, SendMessageOptions options)
    Parameters
    Type Name Description
    string methodName
    object value
    SendMessageOptions options

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX